Undefined index option error in a line with $_GET['option']
Posted: Wed Oct 15, 2003 3:55 am
I get An Undefined index option error in this line
if ($_GET['option']) { something to write in the output }
this happens when the parameter is not passed in the GET request.
I use php 4.3.3
In older versions of php I think that this error didn't happen.
How can I solve it?
Thanks!!!
if ($_GET['option']) { something to write in the output }
this happens when the parameter is not passed in the GET request.
I use php 4.3.3
In older versions of php I think that this error didn't happen.
How can I solve it?
Thanks!!!