Thread Starter
bob78
(@bob78)
Anyone, please? Any hint would be appreciated.
Thanks,
Bob
Thread Starter
bob78
(@bob78)
Anyone?
I just would like to have the string to pass to $wpdb->get_results…
$query = “SELECT ID, comment_post_ID, comment_ID FROM $tableposts, $tablecomments ………”;
$queryresult = $wpdb->get_results($query);
Thanks in advance.