Just wondering if anyone can point me towards a good tutorial/case study for making the move to PHP5.
I'm particularly interested in tricks/tips for handling the change of mysql functions to mysqli functions over hundreds of pages.
coopster
7:45 pm on Feb 21, 2006 (gmt 0)
You don't need to. The mysql functions are still available and work fine in PHP5.
ianevans
2:10 am on Feb 22, 2006 (gmt 0)
Actually, I'm looking to move to mysql 4.1 and also want the new features in mysqli...so I guess my original question still stands.
coopster
3:28 pm on Feb 22, 2006 (gmt 0)
Have you looked over at Zend yet? I believe they are pretty quick to delivering some fairly decent tutorials. The good thing about Zend's "In-Depth" articles is that they are written by the developers who authored the extensions.