08/13/2015 at 12:39 pm
#342969
Participant
Thanks, Steven.
I am using basically the same query as you –
$values = mysql_query(“SELECT * FROM “.$table.” WHERE ” . $field . ” = ‘public'”);
In my case, $table is set to “wp_connections” and $field is set to “visibility”. All records in the recordsset are showing a visibility of “public”. When I look into that same table with remote Navicat I can see that about half of my members are “private”. Well, this is surely beyond the scope of your support, but I just wanted to know if this rang any bells with you…