Hiring Freelance Writers | Today's Articles | sign in
Mark Alexander Bain
All contributors in PHP Programming
Nov 14, 2009
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...
Aug 19, 2009
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...
Mar 29, 2009
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...
Mar 26, 2009
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...
Mar 24, 2009
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
How to subscribe to article feeds
Aug 28, 2009
PHP Shortcuts
By: Don Waterfield
Consolidating time and space with these functions and tips can really help promote a project and make an online task a success. more...
Aug 27, 2009
PHP Variables
Variables maintain values and state across functions and the PHP program itself. This article explores variables from simple to the complex PHP variable variable. more...
Aug 20, 2009
PHP Session Variables
Using session variables in PHP allow the programmer to persistdata across multiple webpage calls within the same browser 'session'. more...
Aug 18, 2009
PHP Cookies
Cookies are powerful helpers in providing a much richer and faster website experience. This article examines every major cookie method along with a short explanation. more...
May 28, 2008
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...
Feb 16, 2008
PHP SimpleXML Blogger Syndication
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...
Jul 27, 2007
Output Buffer in PHP
By: Stephan Gerlach
What is an output buffer and what can you do with it. more...
All contributing articles in PHP Programming