|
This is for nate, since he told me to and he'll get it later. And he'll understand what i wanted or need help on. <?php $alias = $_GET[alias]; $frmurl = $_GET[frmurl]; $email = $_GET ;
|
Blah blah....
Currently listening: The Fray.
|
|
|
|
send.php <?php $alias = $_GET[alias]; $frmurl = $_GET[frmurl]; $email = $_GET[email]; $type = $_GET[type]; $work = $_GET[work]; $main = "Hello Jacob,\r\nMy name is $alias and I am submitting to you some of my work.\r\nThe type of work is: $type.\r\nThe Image etc.: $work\r\nYou can reach me at $email\r\nThank you for reading."; $subject = $_GET[subject]; $from = "From: $alias";
mail('jsnate@gmail.com', $subject, $main, $from);
echo "Email sent"; ?>
sub_form.php <form action="send.php" method="get"><br> Name: <input type="text" name="name"><br> Subject: <input type="text" name="subject"><br> Email Address: <input type="text" name="email"><br> Submitting Type: <input type="text" name="type"><br> This could be wallpaper, fanart, manga, review, affiliate, others.<br> Source of work (url): <input type="text" name="work"><br><br> <input type="submit" value="Send!"> </form>
-------------------------------------------------------------------- As for stats you can find them here.
Last Edit: Jan 1, 2006 21:49:13 GMT by Nate
|
|
|
|
so does the page have to be in php?
|
Blah blah....
Currently listening: The Fray.
|
|
|
|
Sorry to double post but the stats thigns aren't working...
|
Blah blah....
Currently listening: The Fray.
|
|
|
|
Post 'em here. Yami and I can fix them.
|
|
|
|
|
Yeah these guys pwn me XD. It should work fine make sure you enter the codes into a .php file.
|
|
|
|
Post 'em here. Yami and I can fix them. i don't need it anymore
|
Blah blah....
Currently listening: The Fray.
|
|
|
|
ok then ... locked
|
|
|
|