PHP Tutorial

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 » talkphp.com
Score(+): 0 | Views: 40 | Save it | Report it


Top 20 Similar PHP Tutorials

Learn numbers in PHP with this video tutorial

This is a video tutorial which can help you to learn numbers in PHP
Basics » phpvideotutorials.com
Score(+): 1 | Views: 53 | Similar Tuts | Save it | View this tutorial

How to use while cycle to convert a number into roman numbers

Learn how to use while cycle to convert a number into roman numbers
General » cagedflame.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Generating an RSS feed with PHP

Learn how to generate an RSS feed with PHP
General » avengex.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Generating XML Files with PHP

Learn how to Generate XML Files with PHP
Advanced » pznetworks.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Generating RSS Feeds on The Fly With PHP

Learn how to generate RSS Feeds on The Fly With PHP
General » shadow-fox.net
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

Generating random passwords

The tutorial will teach us how to generate a random password every time the function is called.
Basics » tutorials.haxansweb.com
Score(+): 0 | Views: 47 | 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

Easy PHP Pagination

This is a Full video tutorial explaining basic page numbering
General » sampsonvideos.com
Score(+): 0 | Views: 29 | Similar Tuts | Save it | View this tutorial

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

Generating XMLXSL from a MySQL DB with PHP's DOM Functions Part Two

This is gonna be (hopefully) part one of two about PHP and XML/XSL.
Advanced » talkphp.com
Score(+): 2 | Views: 50 | Similar Tuts | Save it | View this tutorial

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

Traverse Directories the Easy Way with Glob() !

Acquiring filenames and directory names has never been so easy.
PHP Files » talkphp.com
Score(+): 0 | Views: 33 | 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

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