triggering the form
Posted: Wed Apr 16, 2008 5:43 pm
good day!
here i am again....
i encounter this all the time...and i am using it too....
<form>
<input type = "text" name = "name" />
<input type = "submit" name = "register" value = "submit" />
</form>
<?php
if(isset($_POST['$register']))){
.....actions
}
?>
is there any way to trigger the form beside the isset thing that i used.....
thanks for the info appreciate it...
here i am again....
i encounter this all the time...and i am using it too....
<form>
<input type = "text" name = "name" />
<input type = "submit" name = "register" value = "submit" />
</form>
<?php
if(isset($_POST['$register']))){
.....actions
}
?>
is there any way to trigger the form beside the isset thing that i used.....
thanks for the info appreciate it...