Jump to content

error on upload?


blueman378

Recommended Posts

hi guys any idea what would cause this error?

 

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/webspiri/public_html/forum/includes/functions.php on line 36

 

i have the exact same site running fine on my localhost but as soon as i update i get that error,

 

the function in refers to is:

 

function Return_Management($obj)
{
$query="SELECT * FROM forum_Management WHERE Name='$obj'";
$result=mysql_query($query);
$Value = mysql_fetch_assoc($result);
return $Value[Value];
}

 

cheers,

 

 

Link to comment
https://forums.phpfreaks.com/topic/109363-error-on-upload/
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.