PHP Tutorial

Using the explode function in PHP

This tutorial is about Using the explode function in PHP
Functions and OOP » rawcliffe.wordpress.com
Score(+): 0 | Views: 34 | Save it | Report it


Top 20 Similar PHP Tutorials

Using Arrays (with EXPLODE)

This tutorial can Guide you to use collections of data known as arrays
General » biorust.com
Score(+): 0 | Views: 28 | Similar Tuts | Save it | View this tutorial

Explode and Implode

In this short guide the author will be explaining both the explode function and implode function. Both are very simple functions but both can be usefully applied in a real world scenario.
General » 13dots.com
Score(+): 0 | Views: 21 | Similar Tuts | Save it | View this tutorial

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.
Date and Time » programmingphp.net
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

PHP's Rand Function

How Rdoanm is Rondam when it comes to Random Results?
General » talkphp.com
Score(+): 0 | Views: 63 | Similar Tuts | Save it | View this tutorial

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.
Date and Time » tutorials.haxansweb.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

"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 » avengex.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Taking a Bite out of the Set Cookie Function

Learn more about Taking a Bite out of the Set Cookie Function
Basics » talkphp.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this 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 » talkphp.com
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial

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
PHP and Images » phpeasystep.com
Score(+): 0 | Views: 96 | Similar Tuts | Save it | View this tutorial

Test php mail function on your localhost

Learn how to Test php mail function on your localhost
General » phpeasystep.com
Score(+): 0 | Views: 86 | Similar Tuts | Save it | View this tutorial

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 » phpeasystep.com
Score(+): 1 | Views: 88 | Similar Tuts | Save it | View this tutorial

Instant Redirection using the header() function

This tutorial is about Redirection using the header() function
General » vipercreations.com
Score(+): 3 | Views: 98 | Similar Tuts | Save it | View this tutorial

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 » cagedflame.com
Score(+): 1 | Views: 54 | Similar Tuts | Save it | View this tutorial

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 » earn-web-cash.com
Score(+): 0 | Views: 57 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » programmingphp.net
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial