This file is an index to the PHP examples made available in this directory.
Primarily it is simply a list of links to save having to find each file.
Documentation is currently by way of comments within the files. Enjoy!
Introduction, PHP and HTML, comments and includes
Welcome shows you that php files can be simply HTML
Hello world twice shows you a PHP statement inside HTML
Include files shows a PHP file included in another file
A simple echo sends a small HTML text stream to the browser
Comments shows how a PHP developer could comment their files.
Variables shows some very simple arithmetic
More Variables shows variables used throughout a file
More Includes simplifies a PHP file by including standard elements
Libraries shows a random number as an example of a predefined function
Form data and parameters
Function shows a simple in-line function definition
Seven,Eight,Nine,
all use the same PHP file, passing the number parameter using a URL query string
Form shows a simple HTML form using a GET action
Form data is similar to the prior example, but uses POST data
Form is similar to the prior example, again using POST data
is similar to other examples, but uses two POST data forms
Next should be listing a text file.
Simple files opens a text file on the server containing a simple count
Text file opens a text file and prints it to the screen
Simple form requests client data in a form and runs a simple Action
Databases lists mySQL databases available on this server
Ticker Updates a formula of data elements stored in a text file
Number data Collects Form data and applies arithmetic