Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Server-Side Scripting

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-22-2001, 05:28 PM   #1
berklm
Registered User
 
Join Date: Mar 2001
Location: caracas
Posts: 3
Unhappy

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....
berklm is offline   Reply With Quote
Old 03-22-2001, 11:54 PM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 09:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.