|
|
|
| The 'if' statement is vital in order to produce good quality PHP. This tutorial goes slightly further into its use and details some more error-stopping ideas. |
|
|
|
| Hits:
142 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Feb-25-2006 |
|
|
|
|
|
| This is a very simple tutorial that outlines the four main mathematical functions and how to use them. Clearly written with the ability to ask questions afterwards. |
|
|
|
| Hits:
124 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Feb-22-2006 |
|
|
|
|
|
| This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience. |
|
|
|
| Hits:
81 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Feb-16-2006 |
|
|
|
|
|
| This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can be useful in PHP programs if you have a collection of items (perhaps that a user has entered) and you want to know if a certain item is in that collection. |
|
|
|
| Hits:
178 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Feb-15-2006 |
|
|
|
|
|
| A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience. |
|
|
|
| Hits:
133 |
|
| Ratings:
4.00 |
|
 |
|
|
|
|
|    Date Added: Feb-04-2006 |
|
|
|
|
|
| This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function. |
|
|
|
| Hits:
115 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Feb-04-2006 |
|
|
|
|
|
| This tutorial will take you through both the IF and the IF-Else statement by comparing numbers, although relativly simple you can expand on them so that you can run checks on various things, such as passwords. |
|
|
|
| Hits:
101 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jan-04-2006 |
|
|
|
|
|
| A general introduction to PHP, what it is, some benefits it has, how to output text to your pages, setting variables and a little more. |
|
|
|
| Hits:
122 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Dec-27-2005 |
|
|
|
|
|
| Testing your PHP Enviroment with phpinfo(). This will show you lots of useful data including a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License. |
|
|
|
| Hits:
154 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Dec-26-2005 |
|
|
|
|
|
| Helps you create your very first fully working php script. using basic php parsing and the print function. |
|
|
|
| Hits:
116 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Dec-09-2005 |
|
|
|
|
|