browse by tag: content
sort by
News 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 reportModular PHP Development with FastTemplate
in PHP added by goodphptutorials, on 5/2/2006 advanced advanced tutorials content logic modular mvc presentation seperation
This article will demonstrate how to divide logic from presentation and presentation from content. In the end, a web page will consist of three files: one PHP file with all page logic, one HTML file containing the presentation, and one or more language files that will hold the texts for the page.
comment save report