PHP Tutorial

Quick Number Tip

In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this
Basics » phpeasystep.com
Score(+): 3 | Views: 69 | Save it | Report it


Top 20 Similar PHP Tutorials

Setup a quick Yahoo Search page within a few minutes

Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.
Advanced » web-development-blog.com
Score(+): 1 | Views: 67 | Similar Tuts | Save it | View this tutorial

Generate Number Format

Learn how to change number output formatting in PHP
General » phpsimple.net
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Number of visitors online system in PHP

Showing the number of visitors online on your website is a very nice feature. For yourself, and also your visitors. In this tutorial you will create a perfect script that does the job.
Basics » combined-minds.net
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Text and Number Management Functions

This tutorial covers various different text manipulation and management functions, many of which are absolutely invaluable for your scripts
Functions and OOP » biorust.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

Limit the number of downloads per client using PHP

Learn how to limit the number of user's downloads using Apache and PHP
Security » web-development-blog.com
Score(+): 0 | Views: 83 | 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

Random Number Generator with PHP Rand, Srand Functions

Learn quick PHP functions which allow for the selection of pseudo-random numbers out of the generator. See how to implement different options based upon the results of the number, and view a table with descriptions and usage examples of the functions involved.
Basics » programmingphp.net
Score(+): 0 | Views: 52 | Similar Tuts | Save it | View this tutorial

Making Data Dynamic - The main strength of PHP is support for a vast number of DBs

This tutorial tackles quite a number of databases and shows the basic operations with them: connecting, sending SQL statements, and evaluating the return values. No matter what your database-driven web application must do, it always has to do these steps.
Advanced » brainbell.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this tutorial