php upgrade
Posted: Fri Apr 25, 2003 2:44 pm
My host is currently useing php 4.0.6 and wants to upgrade to php 4.3 and I am wondering about compatibilty issues.
ie:
most of the code is not using $_POST[VarName] syntax for posting info between forms or what ever.
it just takes in the input name and uses that
ie: $newName=$passedInName;
You get the idea.
Will I have to spend endless hours updating my code or will it be alright.
phpScott
ie:
most of the code is not using $_POST[VarName] syntax for posting info between forms or what ever.
it just takes in the input name and uses that
ie: $newName=$passedInName;
You get the idea.
Will I have to spend endless hours updating my code or will it be alright.
phpScott