Re: [PHP-DB] Move from PHP4 to PHP5 , and to Zend Platform - any gotchas? (MYSQL and SQL SERVER)
[email protected] (Gunawan)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
i don't know about the sql.. but i have some story. in php4, when type url like this localhost/mywork/index.php?myid=1 i able to print the 'myid' variable easyly.. but when in php5.. i must type $_GET['myid'] to have myid value. Weaver Hickerson wrote: > Greetings list. We are planning to move our "legacy" php4/apache system to PHP5 and also move to the Zend Platform. Wondering if anyone has any gotchas/horror stories.. The system interfaces with both MySQL and SQL Server. > > Any thoughts appreciated! > > -------------------------------- > Weaver Hickerson, President > LightSpeed Technology Group > [email protected] > 770-787-0880 ext 3011 > >