grab tutorialhelpdesk's rss feed
for saved articles
Type Juggling and Type Casting in PHP
in PHP added by tutorialhelpdesk, on 25/1/2008 casting type variables
Juggling and casting the variables types in PHP.
comment save reportHow to create a Custom Error Handler in PHP
in PHP added by tutorialhelpdesk, on 1/2/2008 error error handler messages
Learn to create a custom error handler that lets you control how PHP reports errors.
comment save reportCreating Your Own Exception Classes
in PHP added by tutorialhelpdesk, on 3/2/2008 class exception php5
Learn to get control over how (or if) error messages are displayed to users, even though you're using several third-party libraries that each have their own views on handling errors.
comment save reportCalculating the Difference Between Two Dates
in PHP added by tutorialhelpdesk, on 1/2/2008 between dates difference floor mktime php time
How to calculate the difference between two dates in PHP.
comment save reportCreating a CAPTCHA image with security code to validate forms
in PHP added by tutorialhelpdesk, on 5/3/2008 captcha form validation image security
In this tutorial you will learn to create a security code image generator, or a CAPTCHA image, that is so helpful against spammers.
comment save reportOutput Buffering in PHP
in PHP added by tutorialhelpdesk, on 14/5/2008 advanced tutorials header ob_start output buffering setcookie
How to capture content for server-side caching in PHP.
comment save reportHow to create a File-based Counter
in PHP added by tutorialhelpdesk, on 25/2/2008 counter file fopen fwrite php text counter
Complete a text file based counter in 4 easy steps.
comment save report