Latest PHP tutorials
2013-05-24
Switch - Case statement in PHP
Added: 2011-11-27 - Hits:104 - See details
How to use the switch case statement in PHP. Some switch statement examples are also included.
Get user ip with PHP
Added: 2011-11-23 - Hits:56 - See details
Short description how to get user ip using PHP.
Source: coralcode.com - Category: PHP / Basics
PHP in_array function use and examples
Added: 2011-11-02 - Hits:78 - See details
This short article how to use PHP in_array function with arrays. See the description with usage deta ...
PHP array length
Added: 2011-04-15 - Hits:88 - See details
Get php array length. In this tutorial I will show you how to determine the length and the size of a ...
PHP file read
Added: 2010-12-06 - Hits:39 - See details
Reading from file is a general task in PHP. This article tries to summarize how to use PHP file read ...
PHP string to array
Added: 2010-11-30 - Hits:29 - See details
This short lesson teaches you how to convert a string to array using PHP built in functions.
How to redirect page with PHP
Added: 2010-11-27 - Hits:64 - See details
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects an ...
Source: phpf1.com - Category: PHP / Redirection
Generate random string with PHP
Added: 2010-10-01 - Hits:21 - See details
This is a short description with complete code examples how to generate random strings using PHP.
Source: phpf1.com - Category: PHP / Randomizing
Get visitors IP address with PHP
Added: 2010-09-20 - Hits:63 - See details
This article demonstrates how to get users real IP address using PHP width code examples and securit ...
Source: phpf1.com - Category: PHP / Miscellaneous
PHP Array tutorial
Added: 2010-09-05 - Hits:129 - See details
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create sort o ...
Top tutorials
PHP Array tutorial
Added: 2010-09-05 - Hits:129 - See details
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create sort o ...
Switch - Case statement in PHP
Added: 2011-11-27 - Hits:104 - See details
How to use the switch case statement in PHP. Some switch statement examples are also included.
PHP array length
Added: 2011-04-15 - Hits:88 - See details
Get php array length. In this tutorial I will show you how to determine the length and the size of a ...
PHP in_array function use and examples
Added: 2011-11-02 - Hits:78 - See details
This short article how to use PHP in_array function with arrays. See the description with usage deta ...
How to redirect page with PHP
Added: 2010-11-27 - Hits:64 - See details
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects an ...
Source: phpf1.com - Category: PHP / Redirection
Get visitors IP address with PHP
Added: 2010-09-20 - Hits:63 - See details
This article demonstrates how to get users real IP address using PHP width code examples and securit ...
Source: phpf1.com - Category: PHP / Miscellaneous
Get user ip with PHP
Added: 2011-11-23 - Hits:56 - See details
Short description how to get user ip using PHP.
Source: coralcode.com - Category: PHP / Basics
PHP file read
Added: 2010-12-06 - Hits:39 - See details
Reading from file is a general task in PHP. This article tries to summarize how to use PHP file read ...
PHP string to array
Added: 2010-11-30 - Hits:29 - See details
This short lesson teaches you how to convert a string to array using PHP built in functions.
Generate random string with PHP
Added: 2010-10-01 - Hits:21 - See details
This is a short description with complete code examples how to generate random strings using PHP.
Source: phpf1.com - Category: PHP / Randomizing
