Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Tokens
    0

    Default RPG GANGSTER GAME ~~~~~

    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

  2. #2
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    <?
    $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 !!!" ;

    }

    ?>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •