I'm getting an error message "Unidentifi ed Index" when reading posted
variables from a form
$x = $_POST['VariableName']
I know I can use 'isset()' to check them first, but I'm curious as to why
this works on some servers and not others......... Most of the servers I run
it on just ignore the problem and result in the variable being assigned
empty.
I've tries on 3 different installations:
1 Linux ( No Error message)
1 Windows XP ( No Error message )
1 Windows 2000 ( Fails! )
Is it a php.ini setting?
Regards,
Neil
variables from a form
$x = $_POST['VariableName']
I know I can use 'isset()' to check them first, but I'm curious as to why
this works on some servers and not others......... Most of the servers I run
it on just ignore the problem and result in the variable being assigned
empty.
I've tries on 3 different installations:
1 Linux ( No Error message)
1 Windows XP ( No Error message )
1 Windows 2000 ( Fails! )
Is it a php.ini setting?
Regards,
Neil
Comment