Jump to content

dprincejay

New Members
  • Posts

    1
  • Joined

  • Last visited

dprincejay's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • 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.