PHP Tutorial
Taking a Bite Out of the Set Cookie Function
It's perhaps common knowledge these days as to what a cookie is. A cookie sits client-side in a user's browser and is sent to the server when the page is loaded. Cookies, however, can go a little deeper than just setting and receiving.
Basics »
Top 20 Similar PHP Tutorials
PHP Date Function
Discusses the uses of the date function, showing examples of how to implement parameters, how to literally process characters within it, and more. Concludes with a list of most date function parameters, descriptions of what they output and examples.
Using the explode function in PHP
This tutorial is about Using the explode function in PHP
PHP date function explained
With PHP's date function you format timestamps, so they are more human readable.
The following tutorial will teach you how to display the current time, formating PHP's timestamp, and show you all the various date arguments for reference purposes.
"How Long Ago" function with MySQL
This tutorial is very useful for displaying how long ago something happened. Ideal for shoutboxes, forum posts etc.
Database »
Test php mail function on your localhost
Learn how to Test php mail function on your localhost
General »
Instant Redirection using the header() function
This tutorial is about Redirection using the header() function
General »
Get the width and height of an image using a function in PHP
In this tutorial, I will show you, how to get the width and height of an image using a function in PHP
Test php mail function on your localhost
When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server.
General »
Your Site could be Insecure: The Dangers of the Header Function
The header function may seem relatively straightforward on the surface . You issue the function along with a header as the first argument and it does the rest for you. Many people rely religiously on the header function working to forward users to the next page.
Security »
The Wonders of PHP's Magic Function: __toString()
For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
How to Use the Crypt() Function to Encrypt and Check Passwords
This tutorial walks you through how to use the crypt() function in php. You'll encrypt a password so that it can be stored in the database, compare a new word to the encrypted password, and use an md5 hash to make sure you encrypt the entire passphrase.
Security »
Build up a function to secure a text box for your forms
Learn more about Building up a function to secure a text box for your forms
General »
GD Support Server Check gd_info Function
Test your server's ability to use GD image manipulation through this script. If installed and supported, the GD library allows you to use CAPTCHA image verification and other forms of dynamic images.










