Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

database

$
0
0

Replies: 1

Hi, this is very cool plugin I have ever seen.

how to setup, if data is from $wpdb like below? Is

$fetchusers= $wpdb->get_results( “SELECT $table_user.user_id FROM $table_user WHERE $table_user.meta_key IN(‘$filter’) ORDER BY user_id DESC”, ARRAY_A);
foreach( $fetchusers as $value_user):
<tr><td>$value_user</td></tr>
endforeach;


Viewing all articles
Browse latest Browse all 130709

Trending Articles