browse by tag: comments
sort by
Building a Comments Script
in PHP added by bs0d, on 14/12/2007 beginner tutorials comments mysql
This tutorial will guide you through the process of building a comments script with PHP. The comments script will use a mySQL database to store and retrieve information. Its not too advanced, but additional features can easily be added, such as a delete feature and implementing usernames
comment save reportNews System with Comments
in PHP added by goodphptutorials, on 12/4/2007 advanced tutorials comments content news
his big tutorial will show you how to create your very own news system which allows users to post comments to each of your individual news posts. This tutorial will also show you how to make an admin section so you can edit, delete and add new posts easily.
comment save reportPHP/MySQL News with Comments
in PHP added by goodphptutorials, on 26/2/2006 comment content management mysql news
In this tutorial, you will learn the concepts behind building a news system with PHP and MySQL.
comment save reportComment Board
in PHP added by goodphptutorials, on 11/2/2006 board comment content management forum thread
This is a three-part tutorial that shows you hwo to make a comment/discussion board using PHP and mySQL. There are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html
comment save report