PDA

View Full Version : RPG GANGSTER GAME ~~~~~



iweb
19-12-2008, 02:47 PM
hello people

i need someone to help me with my PHP gangster game. Looking For Someone who is good with mysql . Message me if intrested

Jackboy
19-12-2008, 07:11 PM
<?
$x = mysql_query( "SELECT * FROM `users` WHERE `username` = 'iweb' AND `fail` = 'true'" ) ;
$num = mysql_num_rows( $x ) ;

if ( $num == "1" )
{

echo "Yes you fail" ;

}
else
{

echo "Why is PHP lying to me !!!" ;

}

?>

Want to hide these adverts? Register an account for free!