Warning: imap_open() [function.imap-open]: Couldn't open stream {imap.example.org:143} in /home/aume109/public_html/contact.php on line 2
Mailboxes
Warning: imap_listmailbox(): supplied argument is not a valid imap resource in /home/aume109/public_html/contact.php on line 5
Call failed
Headers in INBOX
Warning: imap_headers(): supplied argument is not a valid imap resource in /home/aume109/public_html/contact.php on line 16
Call failed
Warning: imap_close(): supplied argument is not a valid imap resource in /home/aume109/public_html/contact.php on line 26
imap_close($mbox);
?>
?> if (document.getElementById("name").value == "")
{
alert("Please enter your Name")
return false;
}
if (document.getElementById("email").value == "")
{
alert("Please enter your Email Address")
return false;
}
if (document.getElementById("cntry").value == "")
{
alert("Please enter your Country, City")
return false;
}
if (document.getElementById("msg").value == "")
{
alert("Please enter some Message")
return false;
}
if (document.getElementById("image").value == "")
{
alert("Please enter the Security Code displayed in the image")
return false;
}
return true;
}
//-->
Contact Us:
Fatal error: Call to undefined function footer() in /home/aume109/public_html/contact.php on line 130