PHP Comments System

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sid
Forum Newbie
Posts: 2
Joined: Fri Jul 05, 2002 8:18 am

PHP Comments System

Post 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:
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post 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..
Sid
Forum Newbie
Posts: 2
Joined: Fri Jul 05, 2002 8:18 am

Post by Sid »

cheers. didnt really ask you to write a complete program tho :roll: i asked some1 to recommend a script. :D
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

try evilwalrus too.
Post Reply