PHP Programming

leading contributors
Last 30 days

Mark Alexander Bain, Mark Alexander Bain

Feature Writer Mark Alexander Bain

All contributors in PHP Programming

feature articles
Mark Alexander Bain

How to Create New User Accounts with PHP

An Internet application administrator can obtain information from new users and then create account for them, or they can use PHP code to do it all automatically more...

Use a Free Mortgage Calculator in a Web Page

A web page developer can create their own mortgage calculator with PHP. Their users will be able to calculate monthly payments or how large a mortgage they can afford more...

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...

All feature articles in PHP Programming

Suite101: PHP Programming articles How to subscribe to article feeds