[Log In ] [New Posts] []
Go Back   GotApex? Forums Forums > General Topics > Software, OS, and the Internet
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
Old 08-01-2004, 09:58 PM   #1
aggieSlaughter
Lieutenant
 
aggieSlaughter's Avatar
 
Join Date: Feb 2003
Location: San Diego, CA
Posts: 232
Send a message via AIM to aggieSlaughter Send a message via Yahoo to aggieSlaughter
Problem with PHP/Flash e-mailer

I'm having a problem with the following site.
www.texasgymrats.com/contact
below is my PHP code

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

email.php

<?php
$name=$_POST['name'];
$email=$_POST['email'];
$subject='Message from TexasGymRats.com';
$message=$_POST['message'];
$name=trim($name);
$email=trim($email);


$to='**DESIRED E_MAIL ADDRESS**';

//YES, this line is corrected in my code.


mail($to, $subject, $message, "From: $name <$email>");
$name='';
$email='';
$subject='';
$message='';
echo "response=passed";
exit;
/?>



I can paste my action scripting for flash if you guys see nothin wrong with the PHP.

Thanks,
AggieSlaughter
__________________
Word up apexers. :-D
aggieSlaughter is offline   Reply With Quote
Old 08-02-2004, 06:14 AM   #2
aggieSlaughter
Lieutenant
 
aggieSlaughter's Avatar
 
Join Date: Feb 2003
Location: San Diego, CA
Posts: 232
Send a message via AIM to aggieSlaughter Send a message via Yahoo to aggieSlaughter
anyone??

aggieSlaughter is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 11:46 AM.