Re: [PHP] PHP5 TUTORIAL

2007-06-26 Thread Yashesh Bhatia
hello, other interesting articles to give a bird's eye view of new features for php5 http://www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html http://devzone.zend.com/node/view/id/1714 http://www.devshed.com/c/a/PHP/Whats-New-in-PHP-5/ hth. yashesh bhatia. On 6/26/07, Preethi <[EMAIL PROTEC

Re: [PHP] PHP5 TUTORIAL

2007-06-26 Thread Nathan Nobbe
if you want to spend a little i would recommend this book from php|arch http://www.phparch.com/shop_product.php?itemid=135 -nathan On 6/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Preethi > Kindly suggest me the good online tutorial for PHP5. > Am already working on php4. > Need

Re: [PHP] PHP5 TUTORIAL

2007-06-26 Thread php-ml
Hi Preethi > Kindly suggest me the good online tutorial for PHP5. > Am already working on php4. > Need to migrate from php4 to php5. i think this is very important for OOP: http://www.php.net/manual/en/language.oop5.php and this one: http://www.php.net/manual/en/language.exceptions.php rega