PHP Basics Tutorials - LearnPHP.org
This tutorial is showing some functions that you need to use for your
inputing form (as text field, text area) because, it is not security to
receive string datas and input them directly into your database.
June 8,
2010
Today Views:
2 Total Views:
89
There are many topics on the forums that go again, topics many people often
are having trouble with. One of these problem areas are how to handle
dates, convert them to a different format, timezone issues, etc.
June 4,
2010
Today Views:
2 Total Views:
78
In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage.
June 3,
2010
Today Views:
2 Total Views:
261
This tutorial show you how can to show your data records in the table with
three columns and make multi-rows automatically with while loop.
June 3,
2010
Today Views:
1 Total Views:
103
An array is a special variable that stores one or more values in a single
variable.
June 3,
2010
Today Views:
3 Total Views:
90
The for loop is simply a while loop with a bit more code added to it.
June 2,
2010
Today Views:
1 Total Views:
70
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










