All PHP Tutorials - LearnPHP.org
There are many built-in functions in PHP to handle files and directories.
Using these functions we can read, write, delete, and get lots of
information of the files.
July 13,
2010
Today Views:
1 Total Views:
72
The include() function includes and evaluates the specified file. The
include() statement takes all the contents of the specified file andcopies
it to the one which consist this statement.
July 12,
2010
Today Views:
2 Total Views:
55
Setting up a form in PHP script is exactly the same as in HTML.
July 12,
2010
Today Views:
3 Total Views:
104
Function play a very important role in any programming language, including
PHP.They are pieces of code which takes in some value processes it and
produce results.
July 9,
2010
Today Views:
1 Total Views:
105
As with any other programming languages, PHP allows to define variables. In
PHP there are many variable types,but the most common among them is a
String variable.
July 9,
2010
Today Views:
1 Total Views:
54
Actually writing PHP on your computer is very simple. Except text editor
(like Notepad in Windows) You don't need any specail software. and you are
ready to write your first PHP script.
July 8,
2010
Today Views:
2 Total Views:
84
Operator is a symbol or can be a series of symbols, which when used .with
some values performs some action and produce a new value.
July 7,
2010
Today Views:
4 Total Views:
66
Error handling is an important part of creating web applications.
July 1,
2010
Today Views:
2 Total Views:
115
Conditional statements are used to perform different actions based on
different conditions. Use the if....else statement to execute some code if
a condition is true and another code if a condition is false.
June 30,
2010
Today Views:
1 Total Views:
132
It is important for every web developer to be familiar with database
interactions. In part two of the series, we will continue exploring the SQL
language and apply what we've learned on a MySQL database.
June 29,
2010
Today Views:
3 Total Views:
137










