http://mysite.com/comments.php?page_id=$id
so if that is my link
should my code on the comment.php page be
PHP Code:
<?php
require('inc_rate.php');
getComments((int)$_GET['page_id']);
submitComments((int)$_GET['page_id'],$PHP_SELF);
?>
so anywhere with $id I should replace with
$_GET['page_id'] on that page?
Thanks a bunch I am getting this