Difference between revisions of "Learning PHP (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(This article introduces PHP to the complete beginner.)
(Web server with PHP interpreter)
Line 13: Line 13:
 
== Web server with PHP interpreter ==
 
== Web server with PHP interpreter ==
  
Almost all [[Web server|web servers]] have the [[PHP interpreter]] pre-installed.
+
Most [[Web server|web servers]], including the widely-used [[Apache Web Server]], have the [[PHP interpreter]] pre-installed.
  
 
== Text editor ==
 
== Text editor ==

Revision as of 09:03, 27 August 2015

This article introduces PHP to the complete beginner.

Requirements

Getting started with PHP requires:

Web server with PHP interpreter

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