i am new in oAuth and ezSQL.
$a = $db->get_results("SELECT * FROM xxx WHERE id ");
$i=0;
while ($b = mysql_fetch_array($a)) {
$oauth_token[$i] = $b["oauth_token"];
$oauth_secret[$i] = $b["oauth_secret"];
$i++; }
i have $db database and selected rows (etc.). but i am already using ezSQL and mysql_fetch_array($argument).
can anyone help me?
i solved my problem. but i have a new problem.
mysqli_fetch_array() expects parameter 1 to be mysqli_result, array given in C:\xampp\htdocs\like.php on line