View Full Version : I'm being cheeky! - I need help


Phillip
11-15-2005, 02:25 AM
Forget that lol :P I have a code :) One slight problem well concern I need to know that where it says <email me> that when i put @whatever it will actually go to me :)

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>not yet</title>
</head>

<body>

<input type=hidden name=to value="fake@.fake">




<FORM METHOD=POST ENCTYPE="text/plain" ACTION="me.php"></body>


<FORM METHOD=POST ENCTYPE="text/plain" action="me.php">
Your name:<br>
<INPUT type="text" name=from size=17>
<p>Email:<br>
<INPUT type="text" name=email size=17></p>
<p>&nbsp; How can we help you?:<br>
<select name=jobap size="1">
<option>not yet.</option>
<option>not yet</option>
<option>not yet</option>
<option>not yet.</option>
<option>not yet</option>
<option>not yet</option>
<option>not yet</options>
</select><BR>
</p>
<p>Further Comments:<br>
<TEXTAREA NAME="msg" COLS="25" ROWS="5"></TEXTAREA><BR>
<INPUT TYPE="submit" NAME="submit" VALUE="Email me"><BR>
</p>
</form>
</html>




help


thanks

starlet
11-15-2005, 02:48 AM
huh?

pb&j
11-15-2005, 03:14 AM
more fixes...

<html>
<head>
<title>not yet</title>
</head>
<body>

<FORM METHOD=POST ENCTYPE="text/plain" ACTION="me.php">
<input type=hidden name=to value="fake@.fake">
Your name:<br>
<INPUT type="text" name=from size=17> <p>Email:<br>
<INPUT type="text" name=email size=17></p>
<p>&nbsp; How can we help you?:<br>
<select name=jobap size="1">
<option>not yet.</option>
<option>not yet</option>
<option>not yet</option>
<option>not yet.</option>
<option>not yet</option>
<option>not yet</option>
<option>not yet</options>
</select>
<BR> </p>
<p>Further Comments:<br> <TEXTAREA NAME="msg" COLS="25" ROWS="5"></TEXTAREA><BR>
<INPUT TYPE="submit" NAME="submit" VALUE="Email me"><BR> </p>
</form>

</body>
</html>

Chris
11-16-2005, 08:50 PM
I think he means he wants an email redirection? Maybe...