Rave Radio: Offline (0/0)
Correo electrónico: Contraseña:
Anonymous
Nueva cuenta
¿Olvidaste tu contraseña?
Page: 1Rating: Unrated [0]
I Need A Programmer Now
Good [+1]Toggle ReplyLink» elixireleven replied on Thu Jun 17, 2004 @ 9:58pm
elixireleven
Coolness: 74070
i need a mail form, really bobo cgi shit.

no i will not pay you $25 hour because i am not getting paid $25 hour and I can't afford it.

its for love and glory. and i needed this stupid thing yesterday

but like i said, its a pocket of grunt work, one page, show me some love
Good [+1]Toggle ReplyLink» A_Princess replied on Thu Jun 17, 2004 @ 10:24pm
a_princess
Coolness: 62075
Hi Kira, i need that program thingymagiggy.
Good [+1]Toggle ReplyLink» elixireleven replied on Thu Jun 17, 2004 @ 11:02pm
elixireleven
Coolness: 74070
i gots it
Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 3:05am
neoform
Coolness: 339895
cgi? a php form can be made in less than 5 minutes..
Good [+1]Toggle ReplyLink» elixireleven replied on Fri Jun 18, 2004 @ 9:09am
elixireleven
Coolness: 74070
dyou have five minutes fer me ian? thats why i messaged you last night
Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 9:23am
neoform
Coolness: 339895
i can't post PHP here, but the php code is super simple, whats annoying is having your server be properly set up for sending mail via php..
Good [+1]Toggle ReplyLink» elixireleven replied on Fri Jun 18, 2004 @ 9:35am
elixireleven
Coolness: 74070
ill message you when i get in from work around three. ive been using a php script but im at a point where i cant figure out how to integrate radio buttons and get rid of the require field without fucking everything up. ca cest la probleme
Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 9:45am
neoform
Coolness: 339895
uhhhm, i'm prolly not gonna be home at 3. i'm going to laronde..
Good [+1]Toggle ReplyLink» ApR1zM replied on Fri Jun 18, 2004 @ 10:23am
apr1zm
Coolness: 165030
the problem with you NOT SO QUICK PHP SOLUTION is that she might not have access to a php server! so why do you guys stop talking about complicate solution when the easiest one is right here ---> [ www.uww.edu ]

if its too simple post again Kira ill find something better for you hun!

take care and happy coding
Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 10:56am
neoform
Coolness: 339895
that'll make some ooooglyass emails
Good [+1]Toggle ReplyLink» Nuclear replied on Fri Jun 18, 2004 @ 1:24pm
nuclear
Coolness: 2604215
you can use the [ code ] [ /code ] i think... for posting code... i will see if it works...

 
if ($message) {
mail("$email", "Subject Here", "$message", "From: webmaster@rave.canReply-To: webmaster@rave.canX-Mailer: PHP/" . phpversion());
}

Email:
Message:

Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 2:03pm
neoform
Coolness: 339895
You needa make it more generic:

$subject = "Subject Here"
$replyto = "webmaster@rave.ca"

 
if ($_POST['message']) {

mail("$email", $subject, "$_POST['message']", "From: ". $_POST['email'] ."nReply-To: ". $replyto ."nX-Mailer: PHP/" . phpversion());

}

Email:

Message:

Good [+1]Toggle ReplyLink» Nuclear replied on Fri Jun 18, 2004 @ 2:25pm
nuclear
Coolness: 2604215
it should be $_POST also buddy...
Good [+1]Toggle ReplyLink» neoform replied on Fri Jun 18, 2004 @ 2:38pm
neoform
Coolness: 339895
bah, small mistake.
Good [+1]Toggle ReplyLink» Zz.ee.vV replied on Fri Jun 18, 2004 @ 8:27pm
zz.ee.vv
Coolness: 194255
if you want fancy error verification and thank you pages why dont you just use whant everyone uses... FORMMAIL

it autodetects form...
I Need A Programmer Now
Page: 1
Post A Reply
You must be logged in to post a reply.