PHP Basics Tutorials - LearnPHP.org

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

PHP Exception

Author: Drongo  Rating:
A new object oriented way of dealing with errors came with PHP 5. Exceptions are important and provides a better control over error handling.
May 27, 2010 Today Views: 1 Total Views: 76
You can send email to mutiple persons in one time. This tutorial shows you in 1 file with a normal form.
May 27, 2010 Today Views: 1 Total Views: 92

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 26, 2010 Today Views: 1 Total Views: 117

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

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
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

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:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last