29-Apr-2012, 01:15 AM
I desire to extract page-specific summary data from the comments pool. Naturally, I thought of the comments table in the database but I discovered it has no field indicating the page on which the comment was made. I am thinking of adding the required column to the table (to be populated via the $page_id variable) but I am not sure I can handle the code to update this column during the form-submit process (I am so much scared of breaking code!). Also, I imagine there could already be a neat way out - so why reinvent the circle? Thanks in advance.