Tag: Intermediate

Writing Custom Session Handlers
Writing Custom Session Handlers
PHP

By Tim Smith,

Read Writing Custom Session Handlers 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.

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.

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.