getting errors
Notice: Undefined index: name in F:\uni\Software
engineering\ass ignment4\guestb ook.php on line 6
the variable $name is declared as $name = _POST["name"];
What could be causing this?
I've recently installed php 5 on IIS with mysql 4. All running on windows XP
downloaded code straight from my uni's tute site.
went to run it and it sort of runs but I get these errors at the top of the
page.
Thanks
Karl.
Notice: Undefined index: name in F:\uni\Software
engineering\ass ignment4\guestb ook.php on line 6
the variable $name is declared as $name = _POST["name"];
What could be causing this?
I've recently installed php 5 on IIS with mysql 4. All running on windows XP
downloaded code straight from my uni's tute site.
went to run it and it sort of runs but I get these errors at the top of the
page.
Thanks
Karl.
Comment