warning : undefined index

A

Anonymous

Guest
Try doing print_r($_POST) etc on all the Global Arrays to see if any of them have it stored!
 
could also be that your webhost has been so stupid to disable the global arrays.
If that is the case you can't use the array's and your variables end up as normal variables in your script.

Greetz Daan
 
Back
Top