PHP

Learning Loops
Learning Loops
PHP

By Iain Tench,

Read Learning Loops and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

A Tour of PHP.INI
A Tour of PHP.INI
PHP

By Callum Hopkins,

Read A Tour of PHP.INI and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Introduction to Git, Part 2
Introduction to Git, Part 2
PHP

By Sean Hudgston,

Read Introduction to Git, Part 2 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Charting with pChart
Charting with pChart
PHP

By J Armando Jeronymo,

Created and maintained by Jean-Damien Pogolotti, a systems engineer based in Toulouse, France, pChart is a library that creates anti-aliased charts and graphs using PHP.

Defining and Using Functions in PHP
Defining and Using Functions in PHP
PHP

By Iain Tench,

Read Defining and Using Functions in PHP and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

The Worst Passwords of 2011
The Worst Passwords of 2011
PHP

By Craig Buckler,

Read The Worst Passwords of 2011 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Introduction to Git, Part 1
Introduction to Git, Part 1
PHP

By Sean Hudgston,

Read Introduction to Git, Part 1 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

The PHP People
The PHP People
PHP

By Michelle Sanver,

What really makes the PHP community stand out is the people who are willing to help others. What can you do to make a difference?

PHP Sessions
PHP Sessions
PHP

By Callum Hopkins,

A session is the logical link between page requests by the same user. Learn how to create them, destroy them, and keep them secure.

Error Handling in PHP
Error Handling in PHP
PHP

By Sneha Heda,

Errors are the most common event a developer faces. Learn about PHP's error levels, using Exceptions, and how to use custom error handlers.

Sending Emails with PHP
Sending Emails with PHP
PHP

By Jason Pasnikowski,

Read Sending Emails with PHP and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

PHP Namespaces
PHP Namespaces
PHP

By Moshe Teutsch,

Namespaces are a powerful feature that prevents naming collisions with identifiers, such as function, class, and interface names.