after the article i want to display comments that have been submitted and a form where users can submit comments. however, to sumbit a comment the user has to be a registered user.
------------------------------------------------------------------------------
eg. index.php
[articletitle1] (link to articletitle1.php)
[articletitle2] (link to articletitle2.php)
[articletitle3] (link to articletitle3.php)
------------------------------------------------------------------------------
eg. articletitle1.php
[articletitle1]
[article1]
[article1usercomments]
[form to submit comments]
------------------------------------------------------------------------------
does any1 know of any similar scripts like this that i could adapt? cos im not that great with php yet.