PHP Topics


24 Mar 2014

Creating A Sitemap For Search Engines

Creation of a sitemap XML file is easy using PHP

06 Mar 2014

Reset Class Variables At The Start Of A Loop

Do you have loads of variables that need resetting each time your code goes round a loop? Now you don't need to reset them one by one!

04 Mar 2014

Accessing The W3C HTML Validator API Using Streams

Are you generating HTML using PHP? This will allow you to automatically validate it before it goes live.