Difference between revisions of "Learning PHP (1)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) (This article introduces PHP to the complete beginner.) |
||
Line 1: | Line 1: | ||
+ | This article introduces [[PHP]] to the complete beginner. | ||
+ | |||
+ | == Requirements == | ||
+ | |||
Getting started with [[PHP]] requires: | Getting started with [[PHP]] requires: | ||
Revision as of 07:19, 27 August 2015
This article introduces PHP to the complete beginner.
Contents
Requirements
Getting started with PHP requires:
- A web server (or other computer) running the PHP interpreter.
- A text editor, to edit source code for PHP scripts.
- Text files with the .php file extension
- Knowledge of PHP
- Knowldge of HTML and CSS
Web server with PHP interpreter
Almost all web servers have the PHP interpreter pre-installed.
Text editor
You can use any text editor to edit PHP files.
PHP files
PHP files have the .php extension.
PHP and HTML
...