Page 1 of 1

PHP Comments System

Posted: Fri Jul 05, 2002 8:18 am
by Sid
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. :roll:

Posted: Fri Jul 05, 2002 10:56 am
by hob_goblin
http://www.hotscripts.com/

we won't write scripts for you. we'll help you debug scripts and help you build them, but we aren't here to do other people's work..

Posted: Fri Jul 05, 2002 12:15 pm
by Sid
cheers. didnt really ask you to write a complete program tho :roll: i asked some1 to recommend a script. :D

Posted: Fri Jul 05, 2002 3:52 pm
by llimllib
try evilwalrus too.