Suite101

PHP Programming

leading contributors
Last 30 days

All contributors in PHP Programming

feature articles
Mark Alexander Bain

How to Calculate the Date of Easter with PHP

The date of Easter constantly changes according to a 1600 year old formula - a formula that is built into PHP, making the calculation of the Easter dates very easy. more...

How to Run Multiple MySQL Queries with PHP

It is very easy to work with MySQL queries and PHP and it's nearly as easy to process more than one SQL statement at the same time. Just use the mysqli multi_query method more...

How to Run MySQL Queries with PHP

SQL statements are used to obtain data from databases. A PHP programmer can use them with the mysqli object to build a very powerful application. more...

How to Get User Information with PHP

Many web pages require their users to input data. The questions can be asked and the answers processed by using some simple PHP code. more...

Creating a MySQL Database for a PHP Application

When a new PHP application is installed it will probably need access to a MySQL database - a database that can be automatically created by the PHP application itself. more...

How to Use the PHP Text Database API

Not all web servers have a database (due to technological or financial constraints). However, the PHP programmer can still use SQL with the PHP Text Database API. more...

How to Use Group Information in PHP Applications

A PHP developer can quickly produce a web site that displays different things to different people - dpending on the group that they belong to. more...

All feature articles in PHP Programming

Suite101: PHP Programming articles How to subscribe to article feeds

contributing articles
PHP Programming

Build a Blog or CMS with PHP

By: Guy Lecky-Thompson

First steps PHP programming tutorial using PHP with MySQL to create a simple blogging platform or content management system. more...

PHP SimpleXML Blogger Syndication

By: Guy Lecky-Thompson

Web 2.0 Mashup How-To using PHP and SimpleXML to syndicate a Blogger Blog using server side web programming and simple HTTP REST requests, through the Google Blogger API. more...

Output Buffer in PHP

By: Stephan Gerlach

What is an output buffer and what can you do with it. more...

URL rewriting via .htaccess

By: Stephan Gerlach

Explaination of how to use the mod_rewrite module of apache to create nice and clean looking urls more...

Beginning PHP Programming

By: Guy Lecky-Thompson

Answering the question: What is PHP and PHP Programming? A beginner's tutorial-style PHP introduction article, targeted at command line, GUI and web developers. more...

PHP Programming with HTML Docs

By: Guy Lecky-Thompson

A tutorial article showing how to use PHP in HTML documents, as would be used in a content management system. Details the separation of the logic from presentation. more...

Introducing CMS with PHP and MySQL

By: Guy Lecky-Thompson

An introduction to building dynamic content web sites using the CMS paradigm, implemented with PHP and using MySQL as the database platform. more...

All contributing articles in PHP Programming

Suite101: PHP Programming articles How to subscribe to article feeds