Php 5

daman371

New Member
Messages
130
Reaction score
0
Points
0
Anyone know what's the best way to go about PHP 5? Basically, where to begin and how to convert PHP 4 scripts to PHP 5.

Thanks
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
First off, if it's simple enough, I'd recommend re-writing entirely the script. If you can't, go on php's website and get the changelog to view what is different, and edit the script.
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
It's not really necessary to re-write everything. You only really need to change things that require functions that are depreciated in PHP 5 or where there is a newer technique or driver e.g. Database access.
 
Top