Urgent Help fetch_array(); problem.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Urgent Help fetch_array(); problem.

    [26-Nov-2011 21:59:47] PHP Fatal error: Call to undefined method mysqli::fetch_array() in /home/wapgo/public_html/wapgo/go/account.php on line 62

    what i mistake here?

    Code:


    $db->query("SELECT * FROM `members` WHERE `id` = '".$_SESSION['id']."'");
    $go = $db->fetch_array();
    Last edited by puge; 02.12.11, 11:36.

    #2
    i see u are using an oop language / a phpclass .. i think you should use mysql_fetch_array instead fetch_array because is an mysql command $db->pointing ... .. :p
    This is ten percent luck, twenty percent skill
    Fifteen percent concentrated power of will
    Five percent pleasure, fifty percent pain

    And a hundred percent reason to remember the name!

    Comment

    Working...
    X