View Single Post
Old 04-23-2008, 05:40 PM   #3 (permalink)
snowman7000
Registered User
 
Join Date: Apr 2008
Location: Oklahoma City
Posts: 26
OS: xp(sp2), OSX(10.5)


Re: Driving me crazy!

yes ids should be unique, if you are doing this for css style then replace id="contactform" with class="contactform" in the html and change the declaration from #contactform{} to .contactform{} in the css. I have bearly looked at php but two things I would check are first do you have smtp setup on the server (or what ever it uses) and a variable is enclosed in quotes in mail(), you may have to concatenate the string with the variable.
snowman7000 is offline   Reply With Quote