Jump to content

Resource id# 's


lordphate

Recommended Posts

Okay here's what i'm trying to do..

[code=php:0]
function ranks($username){

    $mysql = @mysql_connect("*","*","*",1) or die('Cannot Connect to $mysql'. mysql_error());
$db    = @mysql_select_db("*",$mysql)or die(mysql_error());

$sql_query = "SELECT user_rank FROM phpbb_users WHERE username='".$username."'";
    $rank =     mysql_query($sql_query) or die('Cannot Get $rank'. mysql_error());

//  $rank =    extract_option("ranks",$rank);

    return $rank;


    }//ranks 

[/code]

http://www.tradeprofessional.net/index.php?handler=search&action=perform&search_type=members&fname=&lname=&email=&handshakes=0&distance=0&country=223&state=3435&city=124807

This is what its doing the "Resource ID's"

 

 

Link to comment
https://forums.phpfreaks.com/topic/74250-resource-id-s/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.