Hi,

>  39|   $result=mysql_query("slecet * from site_members where
> User_Name='$username'"); 40|   $num_row=mysql_num_rows($result);
>  41|   if($num_row>0) echo("error 46");

There is an typo-error in the word "slecet" which shoud look like "select" :-)

-Sascha

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to