Jump to content

mysqli_fetch_array() problem


web_master

Recommended Posts

Hi,

I just begin to use msqli and I dont know what am I doing wrong?

 

The warning message is:

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in ...

$QuerySelect = ' SELECT * FROM `a_slider` WHERE `a_slider_id` = "' . $a_slider_id . '" ';

    if(!$QuerySelect){ echo mysqli_error($dbConnect); exit; }

    $request = mysqli_fetch_array($QuerySelect);

thanks

 

T

Link to comment
https://forums.phpfreaks.com/topic/295488-mysqli_fetch_array-problem/
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.