Is there an equivalent to mysql_fetch_assoc using $wpdb
-
Is there an equivalent to mysql_fetch_assoc or while mysql_fetch_array using the $wpdb class?
For example:
while ($row = mysql_fetch_assoc($results)){ // Do code to process db results here. }
How would I write this using the $wpdb class?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is there an equivalent to mysql_fetch_assoc using $wpdb’ is closed to new replies.