Jump to content

Need help with this code


dprincejay

Recommended Posts

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\Program Files\Ampps\www\myphpschool\main.inc.php on line 277

 

pasted below is the line 277 code

 

while(    $myrow = mysql_fetch_array($result)){
        $url = $myrow["url"];
        $name = $myrow["name"];
        $min_lvl = $myrow["min_ulvl"];
        $max_lvl = $myrow["max_ulvl"];

    if($u_lvl >= $min_lvl  && $u_lvl < $max_lvl){

 

Thaks

Link to comment
https://forums.phpfreaks.com/topic/277695-need-help-with-this-code/
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.