Why isn't my PHP script working?

  • Thread starter Thread starter 123456789
  • Start date Start date
1

123456789

Guest
I am using Microsoft Expression to create this website, FYI. I am using a script for the form on this page: http://www.bullseyepropertymanagement.com/contact.php . The form operates correctly with one exception....It is not sending me the e-mail!!!!! Any advice? Yahoo! is my host for this site.
 
when you put down your link do you just put

<a href="#"> </a> This isnt telling it to mail it anywhere, make sure you add the

<a href="mailto:(address)>Name</a>

Hope this helps
 
Back
Top