|
Complete online scripts resources directory on web Online Scripts Hub one stop for all kinds of webmaster scripts. Programmers, Developers can browse from 1000+ categories of scripts from categories ASP, ASP.net, C and C++, ColdFusion, CGI and Perl, Flash, Java, JavaScript, PHP, Python, Remotely Hosted, Tools and Utilities, Web Hosting and XML categories. Browse the large scripts databse and find the best freeware or shareware script that suit your need. If you have any resource i.e script in freeware or shareware, just list in our directory.
|
Submit Script :: Modify Script
Online Scripts > PHP > PHP Tips and Tutorials > Introduction to PHP
| 1.
Advanced PHP Tutorial
|
In this tutorial you will learn: * How to use loops in PHP * How to use forms * Using arrays * Using sessions
|
Date Added: 01-Dec-2005 Hits: 20 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 2.
Beginners PHP Tutorial
|
In this tutorial you will learn: * What PHP can be used for * How PHP works * A basic PHP script * Using variables * Using some basic conditional statements
|
Date Added: 01-Dec-2005 Hits: 24 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 3.
Creating Your First Script
|
Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.
|
Date Added: 01-Dec-2005 Hits: 16 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 4.
Variables in PHP
|
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
|
Date Added: 01-Dec-2005 Hits: 19 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 5.
SmartWebby's Introduction to PHP
|
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.
|
Date Added: 01-Dec-2005 Hits: 23 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 6.
Connecting to MySQL
|
This tutorial is written to show you how to connect to mySQL for the first time. Although it will not go into depth on the various mysql commands. It is neccassary for a database driven PHP site.
|
Date Added: 01-Dec-2005 Hits: 17 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 7.
An easy introduction to PHP
|
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
|
Date Added: 01-Dec-2005 Hits: 19 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 8.
The 'IF' statement
|
The 'if' statement is vital in order to produce good quality PHP. In this tutorial, I hope to explain the details and give you a basic insight into constructing good scripts.
|
Date Added: 01-Dec-2005 Hits: 16 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
| 9.
Variables in PHP
|
Variables are a vital part of the server-side language, PHP. They are unavoidable but very simple to learn. In this short tutorial, I hope to give you a basic insight into using them
|
Date Added: 01-Dec-2005 Hits: 15 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
|
|
|