PHP Comments System
Posted: Fri Jul 05, 2002 8:18 am
i need some php/mySQL code that will display on one page a list of the titles of all the articles i have wrote. when one of these is clicked it should take the user to a page which will display the title of the article and the article itself. these articles wont need to include the date or author etc. just simply a title and an article.
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.
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.