All PHP Tutorials - LearnPHP.org
The idea of a loop is to do something over and over again until the task has been completed. Before we show a real example of when you might need one, let's go over the structure of the PHP while loop.
May 12,
2010
Today Views:
1 Total Views:
508
This tutorial is intended to show you how to install the SQLite PECL Extension in PHP4. Following its installation I will walk through a basic example of using SQLite to access a database stored in a flat file.
May 12,
2010
Today Views:
2 Total Views:
643
The update clause updates column values of a table. Update requires a conditional statement to select the row to be updated.
May 12,
2010
Today Views:
2 Total Views:
729
The next logical step after you have opened a file and finished your business with it is to close that file down. You don't want an open file running around on your server taking up resources and causing mischief!
May 11,
2010
Today Views:
1 Total Views:
524
The below statement tells php to display Welcome to html if our Lesson variable is equal to html.
May 11,
2010
Today Views:
2 Total Views:
1,161
The join clause combines columns of one table to that of another to create a single table.
May 11,
2010
Today Views:
1 Total Views:
971
Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements.
May 10,
2010
Today Views:
3 Total Views:
765
Before you can do anything with a file it has to exist! In this lesson you will learn how to create a file using PHP.
May 10,
2010
Today Views:
1 Total Views:
557
One of the most important factors in dynamic web page development is database definition.
May 7,
2010
Today Views:
2 Total Views:
724
However, what would you do if you wanted to check if your $employee variable was the company owner Bob, the Vice President Ms. Tanner, or a regular employee? To check for these different conditions you would need the elseif statement.
May 7,
2010
Today Views:
1 Total Views:
516










