PHP Basics Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last

PHP Files

Author: academictutorials.com  Rating:
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

PHP Forms

Author: academictutorials.com  Rating:
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

PHP Error

Author: Drongo  Rating:
Error handling is an important part of creating web applications.
July 1, 2010 Today Views: 2 Total Views: 115

PHP - Else Statements

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

PHP - Variables

Author: Drongo  Rating:
A variable is a means of storing a value, such as text string " Conkurent LLC " or the integer value 8. Once declared, a variable can be reused throughout your code over and over again.
June 28, 2010 Today Views: 1 Total Views: 118
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last