PHP 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)
Top 20 Similar PHP Tutorials
Easy PDG Generation in PHP
In this tutorial, I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.
Basics »
Traverse Directories the Easy Way with Glob() !
Acquiring filenames and directory names has never been so easy.
Generating a Range of Numbers the Easy Way
After Haris' mention of the PHP function range(), I thought the kindest thing to do would be to give it a proper introduction. So here is that introduction!
Range is native PHP function that takes 2 compulsory arguments and 1 optional argument (As of PHP 5.0.0 which defaults to 1) and returns an array. Seem ever so simple? Well it is! The 3 arguments the function can accept are as follows...
Basics »
Easy PHP Private messaging system
This is just a simple easy to make private messaging system. It has an inbox, sent page, compose, view message, delete, and an inbox limit to make sure it doesn't get too full. All the basics you need for a private messaging system.
Database »
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
You would be surprised how many larger websites use these functions
How to create a simple and easy to use sql-based hit counter!
Learn how to create a simple and easy to use sql-based hit counter!
General »
Show Date and Time
Learn how to Show Date and Time using PHP
Displaying date and time
Learn how to display date and time
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 & Time Functions
In this tutorial you can learn how to use DATE & TIME FUNCTIONS
How to convert date to time and back
Learn how to How to convert date to time and back
Creating a date related count down system in PHP
In this tutorial you will learn you how to create a simple count down system.










