hello
I am running a bog standard formail style contact details form. I'm a newbie at php but the scripts I have downloaded seem to work very well. What I wanted to do was include a hyperlink into the php generated 'thanks for submitting your detail' page. This guide the user to a free audio download that he/she recieves as a thankyou for submitting the details....
I have tried to include a hyper link into the code in the normal way but this messes up the php response. Can anybody offer any help or point me at a tutorial.
Thanks very much for any help
m
here is the code I'm working on...
echo "<body bgcolor=\"#AFCDD8\" text=\"#ffffff\text =\"arial\" link=\"$link_color\" vlink=\"$vlink_color\" alink=\"$alink_color\" $background>cloaked thank you for your submission <a href="jealouskiss.mp3">click here</a> for your free download\n";
echo "<br><br>\n";
exit;
}