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


Top 20 Similar PHP Tutorials

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

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

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

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

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Introduction to Functions

Learn how to use PHP functions with this basic guide
Functions and OOP » shadow-fox.net
Score(+): 0 | Views: 22 | Similar Tuts | Save it | View this tutorial

PHP MsSql Functions

A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts
Database » dba.fyicenter.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

PHP ODBC Functions

This tutorial is about Managing Tables and Data Rows
Database » dba.fyicenter.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

PHP Random Functions

This tutorial is about PHP Random Functions
General » forum.codecall.net
Score(+): 1 | Views: 67 | Similar Tuts | Save it | View this tutorial

Creating your own PHP functions

A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics » zymic.com
Score(+): 1 | Views: 76 | Similar Tuts | Save it | View this tutorial

Creating User Functions

Learn How To Create User Functions
Functions and OOP » dev.fyicenter.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

PHP string functions summary

This tutorial is a PHP string functions summary
Functions and OOP » 999tutorials.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Getting Started with Array Functions

Arrays can be extremely useful. It's just when someone asks in what instance would you use an array, I end up being quite stumped to give a decent example. The truth is that arrays are used everywhere, from returning information from a database table, or storing models for your code. They come in a few forms: basic arrays or numeric arrays, multidimensional arrays and associate arrays.
Basics » talkphp.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

Functions with Endless Amounts of Arguments

Sometimes we need to create functions that require an indefinite and variable amount of arguments. Creating a function to cater for these arguments may seem straight-forward; I've seen several people who have created functions with five or so arguments and if they required a sixth argument at any stage during their project's development, they added the sixth argument to the function and carried on as normal.
Basics » talkphp.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

Generating XML from a MySQL DB with PHP's DOM Functions Part One

In this tutorial the author will be going through a very simple XSL using the XML data produced from part one
Advanced » talkphp.com
Score(+): 1 | Views: 36 | Similar Tuts | Save it | View this tutorial

PHP Script Tips - Creating Your Own Functions

This tutorial is going to help you about Creating Your Own Functions
Functions and OOP » dev.fyicenter.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial