[PHP] Re: Need Urgent Help!!

2002-01-31 Thread David Robley

In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> All,
> I have just found out that the VB script that I have used to send email from
> my web site is null and void, apparently the server does not do VB or
> something along those lines (security) but that's not the issue.  I have
> contacted my teh people who host my site and they told me I have to use PHP
> script.
> My website (Flash) needs to be able to send emails and membership
> applications from form I have already created, does anyone have any scripts
> and directions that some with absolutely no code writing skills can use.
> Your help is greatly appreciated!!
> Billy

Well, you are not exactly clear on exactly what it is you want to do, so 
it might be a bit hard to produce a script to meet your (lack of) 
specifications. However, you might like to look at the mail() function in 
the PHP docs for starters.

-- 
David Robley
Temporary Kiwi!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Need Urgent Help!!

2002-01-31 Thread qartis

Make flash send the form's variables to email.php. Contents of email.php:





This script will also tell your flash file whether the mail was successfully
sent or not, by outputting sent as 'true' or 'false'.




"Scott" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> All,
> I have just found out that the VB script that I have used to send email
from
> my web site is null and void, apparently the server does not do VB or
> something along those lines (security) but that's not the issue.  I have
> contacted my teh people who host my site and they told me I have to use
PHP
> script.
> My website (Flash) needs to be able to send emails and membership
> applications from form I have already created, does anyone have any
scripts
> and directions that some with absolutely no code writing skills can use.
> Your help is greatly appreciated!!
> Billy
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]