Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
"Stut" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> ""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> [snip] >>> If you don't use a fra

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
""Daniel Brown"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 22, 2008 at 11:18 AM, Tony Marston > <[EMAIL PROTECTED]> wrote: > [snip!] >> >> The real measure of a good framework is the length of time it tak

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
"Stut" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> "Stut" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> Tony Marston wrote: >>>> ""Jay Blanchard&q

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
> the requirements. >> >> Unless you are creating a PHP component which uses HTML forms to allow >> the >> user to communicate with a relational database then no, it does not >> qualify. >> >> -- >> Tony Marston > > Wow, are you this

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
us mere mortals download this wonderful framework so that we can all share in your wizardry? -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
per > program without some other frameworky like elements thrown in. You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed by your peers? -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mail

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
"Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> ""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> [snip] >>>> But can you create

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
""Dan Joseph"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 22, 2008 at 1:40 PM, Tony Marston > <[EMAIL PROTECTED]> > wrote: > >> You haven't answered the question. Where can this piece of wizardry be

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Tony Marston
t I will soon. Let me know when as I could do with a good laugh. -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
match - and requires the addition of an extra layer of software known as an Object Relational Mapper (ORM). I consider these to be EVIL, as discussed in http://www.tonymarston.net/php-mysql/object-relational-mappers-are-evil.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
d normal form. Sometimes going beyond that to 4NF, 5NF or 6NF becomes too complex. -- Tony Marston http://www.tonymarston.net http://www.radicore.org > -- > Richard Heyes > > ++ > | Access SSH with a Wind

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
"Richard Heyes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> "Richard Heyes" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>>> The database must be properly normalised otherwise

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
#x27;s why solutions which are thrown together are often incapable of being expanded to include new requirements. If you create a "throw away" solution then never try to expand it, simply throw it away and start again. -- Tony Marston http://www.tonymarston.net http://www.radicore.org > &

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
"Jason Pruim" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On May 5, 2008, at 6:21 AM, Tony Marston wrote: > >> >> >> >> Anyone who doesn't know how to reach 3NF shouldn't be designing >> databases. >

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
e dreams up more things that the system should do for him. If at day #1 you say "these reqirements are very simple, therefore require nothing more than a cheap and chearful solution which can be thrown together in a few minutes" you end up with a system that is not designe

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
t being "cheap and cheerful" and is designed well to Then surely "designed well" would include a normalised database? -- Tony Marston http://www.tonymarston.net http://www.radicore.org > accomodate future modifications, and mak

Re: [PHP] Re: Where to start!

2008-05-05 Thread Tony Marston
normalised database is something which a competent designer will tend to avoid like the plague. Only a complete novice will throw together a database which has 0NF. -- Tony Marston http://www.tonymarston.net http://www.radicore.org > -- > Richard Heyes > > +-

[PHP] Can I install a newer version of php over an older version

2008-05-14 Thread Tony M
uninstall the php-5.2.5-win32-installer.msi version first. TIA Tony M

Re: [PHP] Anybody got a little spare time to help me out with a little OOP

2008-06-01 Thread Tony Marston
php-mysql/good-bad-oop.html http://www.tonymarston.net/php-mysql/hero-or-heretic.html http://www.tonymarston.net/php-mysql/oop-for-heretics.html http://www.tonymarston.net/php-mysql/what-is-oop.html http://www.tonymarston.net/php-mysql/object-relational-mappers-are-evil.html -- Tony Marston h

[PHP] Re: About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Tony Marston
://www.tonymarston.net/php-mysql/sample-application.html which you can download with all the necessary code. -- Tony Marston http://www.tonymarston.net http://www.radicore.org ""Kelvin Park"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using XSLT to make a we

[PHP] Re: About PHP/XML/XSLT/MYSQL Web Sites

2007-07-13 Thread Tony Marston
application which is described in and can be downloaded from http://www.tonymarston.net/php-mysql/sample-application.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Kelvin Park" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying t

[PHP] Re: Multiple Session Buffers

2007-07-14 Thread Tony Marston
the URL or a hidden field in each HTML form. This is the technique that I use in the Radicore framework, as described in http://www.tonymarston.net/php-mysql/client-clones.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Al" <[EMAIL PROTECTED]> wrote

[PHP] Re: About XSLT/XML Pagination

2007-07-22 Thread Tony Marston
XML file to extract just a subset of the rows that need to be displayed as each page is extracted directly from the database. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Kelvin Park" <[EMAIL PROTECTED]> wrote in message news:[EMAIL P

Re: [PHP] Re: About XSLT/XML Pagination

2007-07-22 Thread Tony Marston
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony, > > what are the trade offs between creating xml files and creating objects in > memory to > pass to the xslt processor? if arbitrary xml data is only going to be >

Re: [PHP] Re: About XSLT/XML Pagination

2007-07-22 Thread Tony Marston
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > thanks for your reply tony. > i started reading about xsl almost 2 years ago, but only started > experimenting using it in conjuction w/ > php about 6 months ago, so im quite new

Re: [PHP] Objects

2007-07-25 Thread Tony Marston
-application.html which provides a working implementation which you can study at your leisure. -- Tony Marston http://www.tonymarston.net http://www.radicore.org ""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > eric is exactly right; de

[PHP] Re: About One To Many MYSQL TO XML WITH PHP

2007-07-25 Thread Tony Marston
/php-mysql/dom.html#a4 -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Kelvin Park" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am keep running in to a dead end with trying to convert mysql databse > tables (more than 4) to XML with PHP

[PHP] Re: Multiple sessions

2006-07-14 Thread Tony Marston
I have found a way to allow multiple browser sessions regardless of which browser is being used. Read about it at http://www.tonymarston.net/php-mysql/client-clones.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Philip Thompson" <[EMAIL PROTECTED]>

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Tony Marston
Studio Professional for just over a year and I have only ever had two problems which I raised with Zend support, and in both cases their response was quick and their solution effective. Perhaps in some cases they do not get back quickly because they are still trying to analyse the problem, or try

[PHP] e107 opinions

2006-08-01 Thread Tony Aldrich
Good day! I want to ask any comments about e107 CMS? Easy? Usefull? Extendible? Thanks. Tony. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Tony Marston
triggers, a data dictionary, internationalisation, and a workflow engine. -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-05 Thread Tony Marston
s are insufficient, will do >> it, only if they feel capable of doing it. >> >> If there were consensual API specifications like in Java world, very few >> people would feel forced to reinvent the wheel. > > I beg to differ. I think a good number of people really enjoy

[PHP] Ru locale + UTF-8

2006-08-07 Thread Tony Aldrich
Good day, I try to set ru locale that is converted to UTF-8 in output. I tried ru_ru.UTF-8 - with no results. "ru" returns week and month names in win-1251. What I missed? Apache/2.0.55 Win32 PHP/5.1.2 Tony. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] Re: requests from 2nd window breaks my program

2006-08-12 Thread Tony Marston
I had a similar problem in my framework some while ago, but I fixed it to allow multiple sessions from the same client. Read about it in http://www.tonymarston.net/php-mysql/client-clones.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org <[EMAIL PROTECTED]> wr

[PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Tony Marston
Check out PHPEdit from http://www.waterproof.fr/products/PHPEdit/ It has an integrated debugger and is a lot cheaper than Zend Studio Pro. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Dave M G" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTE

[PHP] Re: Error Handling Library?

2006-09-01 Thread Tony Marston
Take a look at http://www.tonymarston.net/php-mysql/errorhandler.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Jay Paulson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been doing some research and was wondering if anyone

[PHP] Re: Long Shot Question

2006-09-19 Thread Tony Marston
Take a look at http://www.tonymarston.net/php-mysql/amortise.html which documents the loan amortisation program which I wrote in PHP. You can run it online and even download the source code to run it locally. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Ray

[PHP] Re: xsl + xml

2006-09-20 Thread Tony Marston
http://www.tonymarston.net/php-mysql/domxml.html http://www.tonymarston.net/php-mysql/sablotron.html http://www.tonymarston.net/php-mysql/dom.html http://www.tonymarston.net/php-mysql/xsl.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org ""José Manuel Pe

[PHP] Re: Best open source project/framework to support a php training course?

2006-09-27 Thread Tony Marston
If you want a web application framework that your students can play with may I suggest http://www.radicore.org This is already being used as a training aid by a university in the far east, so it must have some merit. -- Tony Marston http://www.tonymarston.net http://www.radicore.org

[PHP] Re: Best open source project/framework to support a php training course?

2006-09-29 Thread Tony Marston
and workflow. The main advantage is that you can generate web applications without writing any HTML or SQL. -- Tony Marston http://www.tonymarston.net http://www.radicore.org > > ""Tony Marston"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] &

[PHP] Re: How to effectuate translations

2006-09-30 Thread Tony Marston
Take a look at http://www.tonymarston.net/php-mysql/internationalisation.html which documents the solution which I have adopted. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "AR" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi,

[PHP] Re: Rapid application development

2006-09-30 Thread Tony Marston
If you are developing an administrative CRUD application - with lots of screens to maintain the contents of lots of database tables - then take a look at RADICORE (http://www.radicore.org/) which allows you to develop components within your application without writing any HTML or SQL. -- Tony

Re: [PHP] OOP slow -- am I an idiot?

2006-10-12 Thread Tony Marston
ther pointless level of complexity with OR mappers. Those OO "purists" who insist on creating object hierarchies which bear no resemblance to the database structure are making a rod for their own backs. That notion of "purity" is my idea of "putrefaction". -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OOP slow -- am I an idiot?

2006-10-12 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, October 12, 2006 3:11 am, Tony Marston wrote: >> I have to disagree as well. There is absolutely nothing wrong which >> the >> approach of creating one class

Re: [PHP] OOP slow -- am I an idiot?

2006-10-13 Thread Tony Marston
gt; For most projects I don't start out with OOP in mind, but my brain is used > to building OOP-style systems so nearly everything I do ends up with a few > classes. The difference with me is that I don't waste my time with trivial websites, I concentrate on administrative web

Re: [PHP] OOP slow -- am I an idiot?

2006-10-14 Thread Tony Marston
"Stut" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> "Stut" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>> My general approach to designing a system is data-centric. I te

Re: [PHP] OOP slow -- am I an idiot?

2006-10-14 Thread Tony Marston
cts each representing one entitity (potentially a row, but not > necessarily). The very idea of one object per row makes me want to throw up. I have one object per table, and each object can deal with any number of rows. I don't use getters and setters to access the columns from any

Re: [PHP] OOP slow -- am I an idiot?

2006-10-14 Thread Tony Marston
"Ed Lazor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Oct 13, 2006, at 1:35 AM, Tony Marston wrote: >> What a coincidence! That's exactly my approach, but I've taken it one >> step >> further. I always start with a

Re: [PHP] OOP slow -- am I an idiot?

2006-10-14 Thread Tony Marston
evelopment costs are more important than performance of execution (i.e. developer cycles over cpu cycles) then check out RADICORE at http://www.radicore.org It is better than Ruby on Rails. -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Frameworks

2006-11-03 Thread Tony Marston
tonymarston.net/php-mysql/radicore-tutorial.html -- Tony Marston http://www.tonymarston.net http://www.radicore.org <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I know this subject has been covered in the past, but my question is why > use them? I'm hoping to

Re: [PHP] Re: Frameworks

2006-11-07 Thread Tony Marston
Radicore is built using PHP, so if PHP can run under IIS then so can Radicore. If you already have a working PHP installation running under IIS then Radicore should work. I'm not sure about the .htaccess settings though, so you will have to consult the IIS manual. Tony Marston

Re: [PHP] problem with register globals on new server

2006-12-02 Thread Tony Marston
big > issue? If you site administrator thinks that using an htaccess file is a security issue then he is very much mistaken. The directives in an htaccess file DO NOT enable you to access any one else's data on a shared server. All they do is apply additional settings to your own s

Re: [PHP] problem with register globals on new server

2006-12-03 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, December 2, 2006 5:31 am, Tony Marston wrote: >> If you site administrator thinks that using an htaccess file is a >> security >> issue then he is very much mist

Re: [PHP] problem with register globals on new server

2006-12-04 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, December 3, 2006 5:22 am, Tony Marston wrote: >> >> ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] &g

[PHP] Re: Are PHP5 features worth it?

2006-12-19 Thread Tony Marston
sses which help you to identify the essence of what needs to be done, so they are essential. Interfaces on the other hand are a total waste of time. Other languages have them because of deficiencies in those languages. PHP doesn't have those deficiencies, so interfaces are totally unne

Re: [PHP] Re: Are PHP5 features worth it?

2006-12-20 Thread Tony Marston
"Larry Garfield" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tuesday 19 December 2006 19:24, Tony Marston wrote: > >> I have written a large application which uses the OO features of PHP 4, >> and >> the same code runs untouched wit

[PHP] RADICORE ramework released

2006-04-13 Thread Tony Marston
Role Based Access Control system. d.. An Audit Logging system. e.. An activity based Workflow system. f.. A Data Dictionary. g.. Facilities for Internationalisation. It's even better than Ruby on Rails! Check it out at http://www.radicore.org -- Tony Marston http://www.tonymarsto

[PHP] Re: RADICORE ramework released

2006-04-13 Thread Tony Marston
;" If you cannot provide more information I will not be able to solve this problem. Everybody else seems to be able to use it OK, so you must have some peculiar settings in your browser. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Barry" <[EMAIL PRO

[PHP] Re: RADICORE ramework released

2006-04-13 Thread Tony Marston
"Barry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> What do you mean "it doesn't work"? Do you mean my online demo, or when >> you try to run it on your machine? What are your settings? What language >>

Re: [PHP] RADICORE ramework released

2006-04-13 Thread Tony Marston
"Kevin Waterson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This one time, at band camp, "Tony Marston" > <[EMAIL PROTECTED]> wrote: > >> Announcing the first public release of RADICORE, a Rapid Application >> Development

Re: [PHP] Re: RADICORE ramework released

2006-04-13 Thread Tony Marston
"Hans Juergen von Lengerke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> From: Tony Marston <[EMAIL PROTECTED]> >> >> Any problems with locale are cased by having the language >> code in your browser set to something which ca

Re: [PHP] Re: RADICORE ramework released

2006-04-13 Thread Tony Marston
"Hans Juergen von Lengerke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> From: Tony Marston <[EMAIL PROTECTED]> >> "Hans Juergen von Lengerke" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >

Re: [PHP] RADICORE ramework released

2006-04-13 Thread Tony Marston
You can't tell just by looking at it. You've actually got to use it to develop an application. -- Tony Marston http://www.tonymarston.net http://www.radicore.org ""Anas Mughal"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] A question for the

Re: [PHP] RADICORE ramework released

2006-04-13 Thread Tony Marston
"Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tony Marston wrote: >> "Kevin Waterson" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>>This one time, at band camp, "Tony Marst

Re: [PHP] RADICORE ramework released

2006-04-13 Thread Tony Marston
t; am I having a bad day? Are brains better than brawn? Is PHP better than Java? Is anything better than .NET? -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Pushing PHP Into The Web 2.0 Generation

2006-04-18 Thread Tony Marston
ainly not as much difference a desktop application and a web application, or the difference between a flat file system and a relational database. If you cannot point out something which is materially different with this mythical "Web 2.0" then you are wasting your time. -- Tony

Re: [PHP] Re: no offense to Rasmus... are you kidding me

2006-04-20 Thread Tony Marston
rays, if you touch them, I fucking kill you! And I'll offer to hold your coat while you're doing it! -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Hello! What are the reasons of slow mail() (about 30-40 seconds)? Thanks, Tony.

Re: [PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Thanks for all. Hope host sysadmin will work on this. I wondered if it's my problem but on my testing environment it is relatively fast. Again, thanks.

[PHP] List of sessions

2006-05-02 Thread Tony Aldrich
Good day, Does anybody know how to get a list of current sessions? I need to clear some database rows that where associated with some SID. Can it be done without probing of maxlifetime? Thanks in advance. Tony.

[PHP] PHP-Jabber

2006-05-02 Thread Tony Aldrich
Hello, Can somebody recommend clean php jabber library? I must send notifications to some users. Tony.

Re: [PHP] List of sessions

2006-05-03 Thread Tony Aldrich
why I want to query alive sessions. Or query their death time (timeout). I thought of something like $sess=get_session_list(); or $isalive=is_session_alive($session_id); Thanks. On 5/4/06, Gerry D <[EMAIL PROTECTED]> wrote: Can you have more than 1 session? On 5/2/06, Tony Aldr

Re: [PHP] List of sessions

2006-05-04 Thread Tony Aldrich
Thanks all for explanations. I'll try to use callback functions. Tony. On 5/4/06, Joe Wollard <[EMAIL PROTECTED]> wrote: If you store your sessions in a database then your could gain a little mode control over your session, but I think what you're asking is if there's a

Re: [PHP] List of sessions

2006-05-04 Thread Tony Aldrich
real folder on host side. And this means that I must use Windows temp folder and don't forget to filter files as 'sess_*'. Tony.

Re: [PHP] Polymorphism [was] [Fwd: Re: [PHP] Parents constructor]

2006-05-05 Thread Tony Marston
of polymorphism is "same interface, different implementation" which means that different objects can have identical interfaces which produce different results. It has nothing to do with multiple inheritance or overloading. No wonder so many people are confused about OOP if they cann

Re: [PHP] Upgrade problems PHP 5.1.4 (Windows)

2006-05-22 Thread Tony Aldrich
ion dll's are placed. Tony. On 5/23/06, Beauford <[EMAIL PROTECTED]> wrote: Hi, I just upgraded to PHP 5.1.4 and now none of my sites will connect to MySQL. I keep getting the error: Fatal error: Call to undefined function mysql_connect() I enabled php_mysql.dll in php.ini as one art

Re: [PHP] Singletons

2008-10-20 Thread Tony Marston
or an example) but your attempt is doomed to failure. What makes you think that a singleton class has to inherit from another class? Why can't it be a separate class, or even a separate method in an existing class? If you use a static method then the activities of the constructor a

[PHP] How to launch a background task from a web page

2008-10-30 Thread Tony Marston
until the script finishes, which is not what I want. Is this possible in PHP? -- Tony Marston http://www.tonymarston.net http://www.radicore.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Change tracking

2008-10-31 Thread Tony Marston
Your proposed solution is far too inflexible. Take a look at http://www.tonymarston.net/php-mysql/auditlog.html which describes a design with incorporates a fixed set of audit tables which can deal with logging changes to any number of application tables with any structure. -- Tony Marston

[PHP] openssl - extracting public key

2004-03-01 Thread Tony Carter
a //openssl_get_publickey expects a mixed key $privkey = openssl_get_privatekey($keypair); openssl_pkey_export($privkey, $privkeyout); openssl_pkey_export($pubkey, $pubkeyout); echo "Private Key"; var_dump($privkeyout); echo "Public Key"; var_dump($pubkeyout); openssl_free_key($keypai

[PHP] novice: how to run .sql script from php?

2005-05-27 Thread tony yau
ed to get rid of all the comment lines first in the script!! can someone give me a better idea of doing this. (there must be an equivalent php function like mysql_run_script("setup.sql")) thanks -- Tony Yau -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] novice: how to run .sql script from php?

2005-05-29 Thread tony yau
very good but does the job. thanks for all the help tony yau "Rory Browne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm assuming that the .sql file consists of a list of MySQL queries, that when performed sequentially will set up your system. That being

Re: [PHP] novice: how to run .sql script from php?

2005-05-30 Thread tony yau
7;)) thanks everyone. ""M. Sokolewicz"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > tony yau wrote: > > I realised that there is a fundamental problem with using mysql_query( ...) > > to run a .sql script to setup a database, and tha

[PHP] Installation problem with PHP%

2005-09-25 Thread Tony Prodger
che is set up in C:\Program Files\Apache Group\Apache2 with the files stored in the htdocs folder PHP is set up in C:\PHP I have edited the httpd file anmd looked at the php.ini file that is stored in C:\windows Where am I going wrong regards Tony Prodger www.tonyp

[PHP] can't get IIS to run php if the script is not directly under wwwroot

2005-10-17 Thread tony yau
Can someone help please, in w2k, when i put a test.php directly under wwwroot then it works, when i try using a virtual directory it fails/refused to run the script?! any hint anyone? -- Tony -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: can't get IIS to run php if the script is not directly under wwwroot

2005-10-17 Thread tony yau
ternet Guest Account Full control and both allow inheritable permission from parent. (I'm logged in with Admin prev) thanks Tony "tony yau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can someone help please, > > in w2k, when i put a test.php dir

[PHP] Re: Re: can't get IIS to run php if the script is not directly under wwwroot

2005-10-17 Thread tony yau
Executable : C:\Apache\Apache2\php501\php5isapi.dll Extension .php Verb All checked Script engine I've have tried php.exe here but with no joy! Tony "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > the security for my 'Proj

[PHP] Re: Re: Re: can't get IIS to run php if the script is not directly under wwwroot

2005-10-17 Thread tony yau
Hi Jay thanks for your time. i installed it as ISAPI can i ask if you have had IIS5 on win2k professional running php scripts that is not under the \wwwroot ? some how i getting to think it can't (?!) be done although it does work for II6 win2003 server! Tony "Jay Blanchard" &l

[PHP] Re: Re: Re: Re: can't get IIS to run php if the script is not directly under wwwroot

2005-10-17 Thread tony yau
THANKS JAY, YOU ARE A SAINT :) I commented out the doc_root and restart and it came alive :) Thank you all Tony "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > thanks for your time. > i installed it as ISAPI > > can i as

[PHP] Re: Re: can't get IIS to run php if the script is not directly under wwwroot

2005-10-18 Thread tony yau
it was the doc_root that was casuing the problem thanks anyway "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, October 17, 2005 6:24 am, tony yau wrote: > > the security for my 'Project' folder (aliases 'phpprojec

[PHP] sending/notifying a server process

2005-11-11 Thread tony yau
o the server vai the PHP so what mechanism do I use? Any hints will be grateful -- Tony Yau -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sending/notifying a server process

2005-11-14 Thread tony yau
Thanks Richard, the server app was in another box from the database and we thought there may be security issues behind the router etc. we have now put the server app in the same box as the database and will use php UDP to notify the app. thanks for your help Tony "Richard Lynch&quo

[PHP] Help needed tsrm_error

2001-02-01 Thread Tony Brown
had to 'add a patch for ZTS and use the --enable-experimental-zts flag'. I tried the --enable-experimental-zts flag with no success. I searched the net for ZTS and could not find a download. Can anyone help? What is tsrm? Thanks in advance, Tony -- PHP General Mailing

[PHP] Using php as a shell scripting language

2001-02-12 Thread Tony Bibbs
shell script. I did ./configure --help to see if there was an option that I was missing and nothing jumped out at me as being the obvious fix. How do I compile PHP to get this binary? TIA, -TB *** Tony Bibbs Iowa Outdoors - Hunting and Fishing

[PHP] Need help with Arrays

2002-05-13 Thread Hall, Tony, JCW
ction is supposed to handle customer inqueries, working from the $code/$cust_code variables. I need to match the numbers in these two arrays, and use switch on $cust_area to let it know what to print. Thanks Tony + "; print" Printed by: Tony

RE: [PHP] mail from

2001-08-20 Thread Tony G. Bolaño
rn-Path: <[EMAIL PROTECTED]>\n"; ... mail($recipient, $subject, $message, $header); hope this helps, Tony G. Bolaño

[PHP] Storing CCN's Again...

2005-02-07 Thread Tony Di Croce
First I should say that I have NO plans to store CCN's on my site, but I do have a related question: Right now I accept CC info from a posted form and then from a PHP script submit that to authorize.net... Is their any way to get PHP to clean up any remnants of any variables that might be in memor

Re: [PHP] Storing CCN's Again...

2005-02-08 Thread Tony Di Croce
I AM going to accept CC's on my site. I am NOT going to store them anywhere... and I DO think the original question is valid. If a hacker is able to gain root access they may be able to obtain a CCN from memory on my server... Perhaps a hacker breaks into a number of sites and harvests 1 or 2 numbe

[PHP] phpBB alternatives?

2005-02-08 Thread Tony Di Croce
Due to the recent vulnerabilities discovered in phpBB and the content of this page: http://www.phpbb.com/ I have decided to consider other options for my forum needs... Does anyone have any reccomendations for a PHP based forum software? -- Send REAL USPS letters from the Web! http://www.quickymai

[PHP] [php] Chrooting php...

2005-05-13 Thread Tony Di Croce
I'm trying to fully chroot my server. Right now, I have Apache running in a chroot jail, and I need to get php5 working their too... Before I dive in, I thought I'd just ask if anyone here has any experience doing this...? Are their any known issues? Also, I was going to chroot my postgres db, but

<    1   2   3   4   5   >