| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Location: caracas
Posts: 3
|
hello jesse, i have a couple of questions about your send-mail tutorial with php and flash.
firstable: when I put a new variable like "$name" the script dont work......in consecuence I never get the name of the sender second: this variables "$subject" and "$message" work perfectly and when I press the Reply button Can see the e-mail of the sender ....What itīs happenning am doing this look: <?php mail("myemail@.com",$name, $subject, $message, "From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/" . phpversion()); ?> the script above dont work why?????????? by the way do you speak spanish? would be great for me.... |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
You can't just add your own variables. This PHP function takes only 2 variables, so if you want to add the sender's name you will need to put it in the message body, or maybe use the "from" argument which is explained here: http://www.php.net/manual/en/function.mail.php . That URL has all the info you will need.
And no I don't speak Spanish, los siento. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jesse Stratford - Help me with your Continuously Scrolling Text Field | gsnipers | ActionScript 2.0 | 3 | 02-09-2005 01:55 AM |
| Possible problem with Jesse Stratford PHP-Remoting Tutorial | thelusmcneely | Flash Remoting | 3 | 01-02-2004 09:30 AM |
| Jesse Stratford 's Tuto about PHP + Flash | Averroes | Server-Side Scripting | 0 | 10-25-2003 08:23 PM |
| jesse stratford, i need some understanding: loops and arrays | cyberscience | ActionScript 1.0 (and below) | 1 | 05-03-2002 11:31 AM |
| thanks to jesse thanks to jesse thanks to jesse stratford | berklm | Server-Side Scripting | 0 | 03-23-2001 02:09 PM |