yeah i said that underneath it, both work however, just one is 'politically correct
whats line 12?
lol
My code causes apache to crash....
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
I FIXED IT! YAY!
Thanks for all your help. Muchly Appreciated.
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>"; ?>
Thanks for all your help. Muchly Appreciated.