tutorialhelpdesk has submitted 13 links
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 reportWorking 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 reportUse PHP to check whether a server is reacting
in PHP added by tutorialhelpdesk, on 21/4/2008 php check server alive php check server status php fsockopen tutorial php open socket php ping server php socket tutorial
Learn to check the status of a web server by opening a socket to the server.
comment save reportHow 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 reportHow to open a news feed with fsockopen()
in PHP added by tutorialhelpdesk, on 21/4/2008 php access feed php access new feed tutorial php fsockopen tutorial
Learn to access a news feed using 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 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 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 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 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 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 reportType 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