PDA

View Full Version : 'Send To Friend' form



adam_fake
March 26th, 2008, 03:14 PM
I've been searching around for the last hour for a 'Send To Friend'/'Recommend To Friend'/'Email To Friend' form that uses PHP.

I cannot seem to find any good resource for this. Has anyone come across a good solid tutorial or even a ready build which i can take a look at?

I'd really appreciate it.

Thanks

findAll
March 27th, 2008, 08:59 PM
Just download the archive below.
There still is one mention to make: open the php file with a text editor (notepad) and where you find $toaddress='youremail@domain.com'; change youremail@domain.com with your own mail address (where you want to receive messages sent with the contact form).

If you rename the php file, be sure to go in the fla file to the send button and rename it there too (... loadVariablesNum("contactform.php", 0, "POST") ... )

The script works, I tested it myself right before I posted it here. (Do not try it on free domains - where probably the mail PHP function doesn't exist at all (-:)