Hello phphelp!
Currently I’m having some major issues with my php code that giving a strange error message that I can’t solve. What my code will do is simply be able to change databas information without accesing phpmyadmin.
Code:
http://pastebin.com/swLN78vE
Error message:
Notice: Undefined variable: kunder in D:\wamp\www\projekt\modify.php on line 16 Call Stack #TimeMemoryFunctionLocation 10.0005253784{main}( )..\modify.php:0 "/> Notice: Undefined variable: kunder in D:\wamp\www\projekt\modify.php on line 18 Call Stack #TimeMemoryFunctionLocation 10.0005253784{main}( )..\modify.php:0 "/>
What I think the problem is that $kunder variable won’t store the information. But I have no clue how to solve it.