PHP Basics Tutorials - LearnPHP.org

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

PHP Arrays

Author: Drongo  Rating:
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

PHP For Loops

Author: Drongo  Rating:
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

Form to Email

Author: phpsimple  Rating:
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

PHP Forms and User Input

Author: Drongo  Rating:
The example below contains an HTML form with two input fields and a submit button...
May 28, 2010 Today Views: 1 Total Views: 150
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last