Hello all,
We are currently changing our web server and, in the process, updating PHP
version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
applications generate errors saying that some of the variables are
Undefined.
I didn't use "if(isset($myVa r))" to validate if a variable has been passed
from a HTML form but instead "if($myVar) ".
Is there a way to make it work without changing the code?
TIA
Yannick
We are currently changing our web server and, in the process, updating PHP
version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
applications generate errors saying that some of the variables are
Undefined.
I didn't use "if(isset($myVa r))" to validate if a variable has been passed
from a HTML form but instead "if($myVar) ".
Is there a way to make it work without changing the code?
TIA
Yannick
Comment