Could anyone plz tell me why the following script didn't work?
$content.="<form action=method=post>";
.........
html code goes here
.....
<input type=submit name=submit>
</form>
perform mail() routine......
When I opened my mailbox and clicked on the "submit" button, it brought me to the cgi server path itself by default something like this:
And vice versa it just worked fine when I used <a href=.....> instead. Why?Does mail() doesn't support the form attribute?Thankxxxxxxxxxxx
$content.="<form action=method=post>";
.........
html code goes here
.....
<input type=submit name=submit>
</form>
perform mail() routine......
When I opened my mailbox and clicked on the "submit" button, it brought me to the cgi server path itself by default something like this:
And vice versa it just worked fine when I used <a href=.....> instead. Why?Does mail() doesn't support the form attribute?Thankxxxxxxxxxxx