Difference between revisions of "Learning PHP (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(PHP files)
Line 21: Line 21:
 
== PHP files ==
 
== PHP files ==
  
PHP files have the .php extension.
+
PHP files have the <code>.php</code> extension.
  
 
== PHP and HTML ==
 
== PHP and HTML ==

Revision as of 16:32, 29 August 2015

This article introduces PHP for the complete beginner.

Requirements

Getting started with PHP requires:

Web server with PHP interpreter

Most web servers, including the widely-used Apache HTTP Server, 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

...

See also

External links