View Single Post
  #7 (permalink)  
Old Oct 28th, 2007, 02:30
dhossai dhossai is offline
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

No unfortunately I don't. But I figure out somehow following part is not working.. what ever email address I enter it give me the error message even it is in my table.
PHP: Select all

$email=mysql_real_escape_string($email);
$status "OK";
$msg="";
//error_reporting(E_ERROR | E_PARSE | E_CORE_ERROR);
if (!stristr($email,"@") OR !stristr($email,".")) {
$msg="Your email address is not correct<BR>"
$status"NOTOK";} 
Reply With Quote