All PHP Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last

PHP - Variables

Author: Drongo  Rating:
A variable is a means of storing a value, such as text string " Conkurent LLC " or the integer value 8. Once declared, a variable can be reused throughout your code over and over again.
June 28, 2010 Today Views: 1 Total Views: 118

PHP Filter

Author: Drongo  Rating:
A PHP filter is used to validate and filter data coming from insecure sources.
June 23, 2010 Today Views: 1 Total Views: 96

PHP File

Author: Drongo  Rating:
Use the fopen() function to open files in PHP. The first parameter of this function is the file to be opened and the second parameter specifies in which mode the file should be opened...
June 22, 2010 Today Views: 1 Total Views: 104
Today, we continue our journey into the world of SQL and relational database systems. In this part three of the series, we'll learn how to work with multiple tables that have relationships with each other.
June 18, 2010 Today Views: 1 Total Views: 121
In this article, we will look at some of the advanced features of cURL, and how we can use them in our PHP scripts.
June 18, 2010 Today Views: 1 Total Views: 109
We're going to learn how to create our own class that will be well constructed, as well as expandable.
June 18, 2010 Today Views: 2 Total Views: 108
The jQuery method $.grep() is one of those methods that isn't used as often as it should be. This is mostly because, until you understand exactly what it does, it can be a bit confusing. Hopefully, this video quick tip will explain when and why you would use it.
June 16, 2010 Today Views: 3 Total Views: 86

PHP ODBC

Author: Drongo  Rating:
One of PHP's strengths is database connectivity. PHP supports a large number of databases and simplifies access via a unified ODBC interface. This provides a number of useful functions.
June 16, 2010 Today Views: 2 Total Views: 104

MySQL Insert

Author: Drongo  Rating:
SQL INSERT statement allows you to insert one or more records into a database table. In addition SQL INSERT statement also allows you to copy data from another database tables to a database table.
June 15, 2010 Today Views: 1 Total Views: 113

Real Visitor Counter

Author: phpsimple  Rating:
This tutorial will show you how to make a simple real visitor counter.
June 15, 2010 Today Views: 3 Total Views: 137
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last