I tried using the isset() function in the system that I am developing. But for some reason, it just doesn't work. I've checked my code over and over but it idn't seem to have any error.
i used something like this:
[PHP]
if(isset($_POST['submit']))
{
include("insert _form.php");
}
[/PHP]
please help. it's really urgent. thanks in advance.
i used something like this:
[PHP]
if(isset($_POST['submit']))
{
include("insert _form.php");
}
[/PHP]
please help. it's really urgent. thanks in advance.
Comment