Wed Oct 26, 2011 12:48 am
function get_user($username)
{
$query ="select * from user where username='$username' ";
$result=mysql_query($query) ;
echo mysql_error();
return $result;
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.