[HELP]Registration page with easyphp 2.0b1

Results 1 to 5 of 5
  1. #1
    Enthusiast Hakuji is offline
    MemberRank
    Jun 2005 Join Date
    italyLocation
    35Posts

    Question [HELP]Registration page with easyphp 2.0b1

    Hi. I started a server and i needed to set up a simple registration page to allow other player to join in it.

    But when i try to register a new user it sais:

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in (EASYPHP PATH)\www\index.php on line 479


    I have Mysql 5.0.27 and PHP 5.2.0


    Can you please help me?

    Thanks in advance.

    Bye.


  2. #2
    Account Upgraded | Title Enabled! rr2739 is offline
    MemberRank
    Nov 2007 Join Date
    Your BIOSLocation
    562Posts

    Re: [HELP]Registration page with easyphp 2.0b1

    Quote Originally Posted by Hakuji View Post
    Hi. I started a server and i needed to set up a simple registration page to allow other player to join in it.

    But when i try to register a new user it sais:

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in (EASYPHP PATH)\www\index.php on line 479


    I have Mysql 5.0.27 and PHP 5.2.0


    Can you please help me?

    Thanks in advance.

    Bye.
    You defined the variable "$Table" with a capital T, yet you try to interpolate it in the querystring with a lower case "t." PHP is case sensitive for user defined variables.

    good luck

  3. #3
    Enthusiast Hakuji is offline
    MemberRank
    Jun 2005 Join Date
    italyLocation
    35Posts

    Re: [HELP]Registration page with easyphp 2.0b1

    there are any variable called $Table..

    Anyways i used the SPORA for Ascent v1.4 web page. ;)

  4. #4
    Account Upgraded | Title Enabled! rr2739 is offline
    MemberRank
    Nov 2007 Join Date
    Your BIOSLocation
    562Posts

    Re: [HELP]Registration page with easyphp 2.0b1

    Quote Originally Posted by Hakuji View Post
    there are any variable called $Table..

    Anyways i used the SPORA for Ascent v1.4 web page. ;)
    yes there is and was trying to show you want is wrong in your files. PHP scripting has vew versions and as from i understand correctly you using free service provider which supports diff version then your spora php version.

    as isaid before $ is whats changing

  5. #5
    Enthusiast Hakuji is offline
    MemberRank
    Jun 2005 Join Date
    italyLocation
    35Posts

    Re: [HELP]Registration page with easyphp 2.0b1

    i can't find that variable... :(

    [OT] Are you italian? [/ot]



Advertisement