All PHP Tutorials - LearnPHP.org

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

Basic PHP Syntax

Author: Drongo  Rating:
PHP code is executed on the server, and the plain HTML result is sent to the browser.
May 25, 2010 Today Views: 3 Total Views: 110

Easy Counter

Author: phpsimple  Rating:
This counter made by very simple PHP code. This code shows the number of webpage's visitor by normal text and +1 everytime someone refresh this page.
May 25, 2010 Today Views: 1 Total Views: 81

Dynamic Dropdown Menu

Author: phpsimple  Rating:
Put records from your database in a drop down menu/list box. You can apply it as a navigator list box. Good for saving your webpage areas or you have many links you don't want to show all of them in your pages.
May 24, 2010 Today Views: 1 Total Views: 114
Most of us just write applications to be deployed on a webserver without thinking about what to do when the server becomes overloaded. What if you could actually check the server load in your PHP application?
May 24, 2010 Today Views: 1 Total Views: 92

PHP Functions

Author: Drongo  Rating:
This chapter shows how to create your own functions. A function will be executed by a call to the function. You may call a function from anywhere within a page.
May 21, 2010 Today Views: 1 Total Views: 151
When you create an auto email sender program with mail() function. You can not to test it on your machine(localhost). You have to upload and test it on your web hosting, but now you can test php mail() function on your localhost using Argosft mail server.
May 21, 2010 Today Views: 2 Total Views: 114

Export MySQL to Excel

Author: phpsimple  Rating:
Export MySQL data records to an Excel file in one PHP file, simple and easily!
May 20, 2010 Today Views: 3 Total Views: 127
In this tutorial, I will demonstrate a way to improve performance, without running extra unnecessary queries. We'll develop a query caching system for our data layer with small programming and deployment cost.
May 20, 2010 Today Views: 1 Total Views: 76

MySQL Select

Author: Drongo  Rating:
SQL SELECT is the most frequently used SQL command. The SQL SELECT command is used to retrieve data from one or more database tables.
May 20, 2010 Today Views: 1 Total Views: 92

PHP While Loops

Author: Drongo  Rating:
The idea of a loop is to do something over and over again until the task has been completed.
May 19, 2010 Today Views: 1 Total Views: 92
Pages:3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next| Last