Jump to content

seandisanti

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by seandisanti

  1. I published an answer on your post on php-forum also. http://www.php-forum.com/phpforum/viewtopic.php?f=5&p=4411690#p4411690
  2. You're telling it to echo the Thanks! etc any time the GET variable 'ajax' isn't set, you may want to more explicitly define the case where it should be shown and rewrite the condition accordingly. You can also consolidate your Success/Failure lines a little; something like: ***edit*** forgot to escape a quote $msg = $success ? 'Thanks for sending your message! We\'ll get back to you soon.' : 'There was a problem sending your message. Please try again.'; echo '<p>' . $msg . '</p>';
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.