Click to See Complete Forum and Search --> : Mail this to a friend


Jonathan
09-01-2003, 10:15 AM
How can I create a "mail this to a friend" page? where it customizes like a greeting card?

PunkSktBrdr01
09-01-2003, 08:51 PM
What do you mean by "customize"? You could use the mail() function to send , but that won't work if PHP is in safe mode. If you want to send the mail in HTML format, make sure you add the proper header info ("Content-type: text/html"). Here's a link to the PHP documentation:

http://us3.php.net/manual/en/ref.mail.php

Hope that helps!

Jonathan
09-01-2003, 10:28 PM
thanks