Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Jamie

Jamie Avatar

**
Official Member

62


September 2005
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.

Nate

Nate Avatar

**
Official Member

85


July 2007
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

Jamie

Jamie Avatar

**
Official Member

62


September 2005
so does the page have to be in php?
Blah blah....

Currently listening: The Fray.

Jamie

Jamie Avatar

**
Official Member

62


September 2005
Sorry to double post but the stats thigns aren't working...
Blah blah....

Currently listening: The Fray.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Post 'em here. :P Yami and I can fix them.

Nate

Nate Avatar

**
Official Member

85


July 2007
Yeah these guys pwn me XD.
It should work fine make sure you enter the codes into a .php file.

Jamie

Jamie Avatar

**
Official Member

62


September 2005
cddude229 said:
Post 'em here. :P Yami and I can fix them.


;)


:o
i don't need it anymore :D
;D
Blah blah....

Currently listening: The Fray.

Llanilek

Llanilek Avatar
Former Elite Mod

****
Dedicated Studio Member

931


October 2005
ok then ... locked

newBookmarkLockedFalling