|
|
 More Subcategories Available
| PHP Basics [+] Favor-It | |
| |
 |
| | Sort By:
|
Logic flow refers to the decision making process whereby you choose which actions to take under which circumstances.PHP Tutorial Logic Flow is a tutorial that will tech you how to accomplish this in PHP. Author: Vince Barnes Code: PHP 4.0 |
Comments areas are wonderful for making notes within your coding no matter what language you are currently using. It helps you organize your coding for editing or reading purposes. There are two different types of comment tags, this tutorial explains both Author: htmlit Code: PHP 4.0 |
The PHP comment syntax always begins with a special character sequence and all text that appears between the start of the comment and the end will be ignored by the browser.
Author: Administrator Code: PHP 4.0 |
|  | |
The single line comment tells the interpreter to ignore everything that occurs on that line to the right of the comment. To do a single line comment type "//" and all text to the right will be ignored by PHP interpreter. Author: Online Tutorials Code: PHP 4.0 |
This article describes the fundamentals of objects and classes in PHP V5, from the very basics through to inheritance, for experienced object-oriented programmers and those who have not yet been introduced to objects. Author: Matt Zandstra Code: PHP 4.0 |
Now that PHP has grown to be a popular scripting language, there are a lot of public repositories and libraries containing code you can reuse. This article will explain how to use that code with the most up-to--date version of PHP Author: PHP.net Code: PHP 5.0 |
Now, while you have almost certainly heard of PHP, you may not be aware of just how powerful the language is, and how much it can do for you. Today, PHP has the position of being the only open-source server-side scripting language that's easy to learn. Author: Vikram Vaswani Code: PHP 5.0 |
|  | |
In this segment of our ongoing saga, I'm going to teach you how to do something that's definitely not for kids. It involves getting down and dirty with files on the disk: meeting them (shock!), reading their contents (shriek!) and writing data to them. Author: Vikram Vaswani Code: PHP 5.0 |
A beginner's tutorial: Basic Tags,
echo,
Variables,
Array,
Loop,
The If Statement,
Function,
Send and get Query String,
Date and Time,
Cookies,
Environment Variables, Use Database, and Create Graphics.
All free courses from www.itechcollege.com Author: itechcollege.com Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|