is there any way i can check if the submit button pressed or not using cgi
like
if # submit button press do the rest else #submit button not pressed don't do the rest
this is the html simple
<!DOCTYPE> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1 +" /> <title>Untitled Document</title> </head> <body> <p>firstname <input type="text" name="textfield" /> </p> <p> lastname <input type="text" name="textfield2" /> </p> <p> <input type="submit" name="Submit" value="Submit" /> </p> </body> </html>
In reply to cgi check button by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |