Posted: Thu Jan 22, 2004 9:29 am
yeah i said that underneath it, both work however, just one is 'politically correct
whats line 12?
lol
whats line 12?
lol
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
It seems that apache does not like <form> tags without and "method=". After I fixed that, I was able to send an em@il. Might be due to apache getting confused and not knowing what to do with the $_POST in page3.php.Code: Select all
// page2.php <? echo "<FORM action='page3.php'>"; <= Problem Here. echo "Name: $_POSTї'name1']"; echo "<input type="hidden" name="relay" value="'$_POSTї'name']'">"; echo "<INPUT TYPE='submit' VALUE='Submit'>\n"; echo "</form>"; ?>