want to join us? register, it's easy | help
 

tutorialhelpdesk has submitted 13 links

category icon

How to show time left using PHP

in PHP added by tutorialhelpdesk, 3 weeks ago countdown date php time time left

This tutorial shows how to calculate and display time left until specified expiration date.

comment save report
category icon

How to check GD library support in PHP

in PHP added by tutorialhelpdesk, on 21/4/2008 check gd exists check gd library support php check gd php check gd support

This is a way of figuring out wether of not you have GD installed and functioning on your web server.

comment save report
category icon

Working Around Magic Quotes in PHP

in PHP added by tutorialhelpdesk, on 21/4/2008 filter slashes added tutorial php backslash php escape quotes with backslash php magic quotes tutorial

Magic quotes (get_magic_quotes_gpc()) comes with PHP. When turned on it will escape incoming (Through GET or POST) quotes using a backslash.

comment save report
category icon

How to secure your PHP scripts

in PHP added by tutorialhelpdesk, on 21/4/2008 make php scripts safe php secure scripts tutorial secure php scripts

Ok forget what you may have already learnt. I will be showing you the do's and dont's of php security. This is from my vast experiance of making unsecure scripts so i know what i am on about.

comment save report
category icon

How 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
category icon

Output 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 report
category icon

Creating 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 report
category icon

Calculating 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 report
category icon

Creating 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 report
category icon

How 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 report
category icon

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 report