All PHP Tutorials - LearnPHP.org
Even after using PHP for years, we stumble upon functions and features that
we did not know about. Some of these can be very useful, yet underused. Not
all of us have read the manual and the function reference from cover to
cover!
June 1,
2010
Today Views:
1 Total Views:
117
You can apply this tutorial for your contact form on your sites.
June 1,
2010
Today Views:
1 Total Views:
82
Regular Expressions are the Swiss Army knife for searching through
information for certain patterns. They have a wide arsenal of tools, some
of which often go undiscovered or underutilized. Today I will show you some
advanced tips for working with regular expressions.
May 28,
2010
Today Views:
1 Total Views:
91
The example below contains an HTML form with two input fields and a submit
button...
May 28,
2010
Today Views:
1 Total Views:
150
You can get the ID (AUTO_INCREMENT column as primary key) generated after
you insert a new record in your table by a simple function
"mysql_insert_id()".
May 28,
2010
Today Views:
1 Total Views:
110
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
The WHERE clause is used for extracting only those records that fulfill a
specified criterion. If you wanted to select only certain entries of your
table, then you would use the keyword WHERE.
May 26,
2010
Today Views:
1 Total Views:
102
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
In this tutorial, you'll learn how to build a rating system with AJAX,
PHP, and jQuery. Votes will be recorded and updated in real-time with the
magic of AJAX, and we'll also leverage the power of PHP so that you
don't even need a database!
May 25,
2010
Today Views:
1 Total Views:
109









