Discuss How doi fix it? in the PHP Coding forum on Codewalkers. How doi fix it? Having problems with a PHP script you are coding? This is the place to get help!
Posts: 1
Time spent in forums: 12 m 26 sec
Reputation Power: 0
noob - How doi fix it?
I have installed the latest version of Xampp-1.8.1 on my desktop and have begun learning PHP.
But having followed a tutorial on how to build an HTML form and then passing data to it from a PHP script did not turn out so well when i tried calling it via Firefox with: localhost/form_script.php
All i got was:
Notice: Undefined index: name in /opt/lampp/htdocs/form_script.php on line 3
Notice: Undefined index: size in /opt/lampp/htdocs/form_script.php on line 4
Notice: Undefined index: gender in /opt/lampp/htdocs/form_script.php on line 5