PHP 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: 32 | Save it | Report it


Top 20 Similar PHP Tutorials

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: 40 | Similar Tuts | Save it | View this tutorial

Date and Time

You would be surprised how many larger websites use these functions
Date and Time » brainbell.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

Date & Time Functions

In this tutorial you can learn how to use DATE & TIME FUNCTIONS
Date and Time » biorust.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

Show Date and Time

Learn how to Show Date and Time using PHP
Date and Time » invano.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Displaying date and time

Learn how to display date and time
Date and Time » phptutorial.info
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Yesterdays date, the easy and hard way in PHP

Dates can be hard to work with in PHP, here we learn you the simple way of getting yesterdays date (and other dates relative to today)
Date and Time » 999tutorials.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

How to convert date to time and back

Learn how to How to convert date to time and back
Date and Time » geekpedia.com
Score(+): 0 | Views: 74 | Similar Tuts | Save it | View this tutorial

Creating a date related count down system in PHP

In this tutorial you will learn you how to create a simple count down system.
Date and Time » phptoys.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this 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: 29 | 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: 52 | 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: 35 | 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: 54 | 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: 76 | 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: 84 | 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(+): 1 | Views: 74 | 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: 41 | 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: 75 | 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: 32 | 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: 34 | 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: 51 | Similar Tuts | Save it | View this tutorial