|
An introduction to PHP - Hello world
|
Other links at PHP > Tutorials > Introduction to PHP |
| 1. |
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.
|
| 2. |
Are You Being Served? An Introduction to PHP
|
|
|
Trying to decide which server-side script is best for you? Get the scoop on PHP from the master herself, Julie Meloni in this special hands-on tutorial. It covers a brief introduction to PHP, system requirement, and a couple of example codes.
|
| 3. |
PHP Tutorial Part I
|
|
|
Covers opening and ending PHP tags, comments, variables, variable scope, types, and type juggling. Examples included
|
| 4. |
SmartWebbys 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.
|
| 5. |
Bloo Grape
|
|
|
Learn PHP from basics, to advanced tutorials, some script for download! Email at hand incase you need that extra help!
|
|
|