Hi all,
I'm trying to store the page ID of a webpage into my Webmatrix database using PHP for my comments section so I can display all posted comments to there specific pages. I'm sure I'm using the correct code because everything else is being stored into their respective columns but when I try to store the page ID all I see are NULL values. I've been using $_GET['pageid'] to retrieve the page id for storage but it doesn't seem to work.