Could somebody help me with this problem. I just trasferred my PHP/MYSQL program to another computer (both are running XAMPP and on localhost) and now I got a massive amount of Undefined index and Undefined variable ERRORS. Could somebody explain me why?
All the variables are checked with isset and all the values should be OK, but I can’t get anything to work as it is supposed to and then there are the Undefined index and Undefined variable ERRORS.
Please Help!
Thanks
Take a look here:
error-reporting
You can try something like that (runtime):
Or update php.ini: