Hi,
I'm getting this error:
Notice: Undefined index: btnEmpSearch in C:\Inetpub\wwwroot\automobile\employee.php on line 38
It shows when I run the script from localhosts, but it disappear when it is run from your domain.
The error messages occurs on this line:
if ($_POST["btnEmpSearch"] == "Search") {
echo "Hello World!";
}
How do u get rid of this error?
Thanks.
Dennis