hi there..
Im creating an ecard type thing where the user fills out a html form with a message and then sends it to whoever they want.
the person will receive an email with a URL link to the message which will be in a flash movie.
so far ive created the form which send the details to the database and the receiver receives the email but the mail doesnt yet include the link.
so far im using this code to send the email
=-=-=-=-=-=-=-==-=-=--=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-
mail("$receiveremail","Someone fancies you !", "Hello there,\n
Someone you know has sent you a secret message from heavydays.co.uk \n
Youcan view your message here : (URL SHOULD GO HERE)
Cheers,
Heavydays");
=-=-=-=-=-=-=-==-=-=--=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-
what do i need to do to add the url in this code which will pull the correct info from the database to be displayed in the flash ecard