Power Search  |  My Account  |  Post Yours  
 Search    in       
ScriptMenu > PHP > Tips and Tutorials > Introduction to PHP
 


Lists: 1          

    PHP's 'IF' statement - Part 2 Refer   Rate   Details   Visit    
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  

    Playing with Numbers in PHP Refer   Rate   Details   Visit    
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  

    Getting started with PHP Programming Refer   Rate   Details   Visit    
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  

    Finding Items in an Array with PHP Refer   Rate   Details   Visit    
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  

    PHP Tutorials (Chauy) Refer   Rate   Details   Visit    
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  

    Classes and OOP in PHP Refer   Rate   Details   Visit    
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  

    Basic IF Statements Refer   Rate   Details   Visit    
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  

    PHP Basics Refer   Rate   Details   Visit    
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  

    phpinfo() Tutorial Refer   Rate   Details   Visit    
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  

    My First PHP script tutorial Refer   Rate   Details   Visit    
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  

1          

© 2005 ScriptMenu.com   -    terms of use  -  privacy policy  -  contact us