Tag Archives: Line 1

Using Php and Mysql to Develop a Cms

John Dixon asked: In this article I’ll try to describe how to develop a very simple Content Management System (CMS). I’ve chosen PHP as the server-side scripting language and MySQL as the database management system purely because I think they are fairly easy to use and they do the job very well.I won’t spend any [...]

Bill Hamilton asked: Self-Taught PHP/MYSQL: a simple Page Counter This article is a short introduction to PHP and MySQL using the example of a simple page counter. I will illustrate creating the database in MySQL, connecting to the database from the PHP script, querying the database for information, displaying the information in a web page, [...]