25-Sep-2012, 08:51 PM
Good results so far, now I'd like to display a single line or so as a collection of comment summaries ... can anyone provide the sql table/field name info? Along the lines of :
$page_query = mysql_query("SELECT * FROM `" . $cmtx_mysql_table_prefix . "pages` WHERE `id` = '" . $comment["page_id"] . "'");
but including the actual comment text in the result?
Thanks in advance
$page_query = mysql_query("SELECT * FROM `" . $cmtx_mysql_table_prefix . "pages` WHERE `id` = '" . $comment["page_id"] . "'");
but including the actual comment text in the result?
Thanks in advance