this is error which i get displayed on site
line 40 is like this:
so, whats wrong with that 'submit' in line 40 ?
or with other words...
how to write this code properly?
Code:
Notice: Undefined index: submit in C:\server\www\mz\somesetup.php on line 40
PHP Code:
{ if($_POST['submit'])/// <= this is line 40
echo "<body>";
...........................................................
...................... some code..................
..........................................................
echo "<form action=\"\" method=\"post\">";
echo "<br/>";
echo "<input type=\"submit\" value=\"[INSTALL]\"/>";
echo "</form>";
echo "</body>";
echo "</html>";
die();
or with other words...
how to write this code properly?
Comment