PHP Demo - Main Menu
Eventually I am hoping to have small demonstration files for each and
every aspect of PHP. However, at this time, there are only a few. If
anybody out there feels like writing some more demos or improving these
existing ones, I will gladly include them in the next release giving
appropriate credit, of course.
- ">PHP Syntax Demo
- Introduction to the PHP language syntax and constructs.
- ">Time/Date Demo
- This demonstrates the use of the date() function to format and display dates and times.
- ">Echo Demo
- Output and formatting demo using the echo command.
- ">Directory Demo
- Directory manipulation functions are demonstrated.
- ">Random Number Generation Demo
- This shows how random numbers can be generated using PHP.
- ">Last Access Information Demo
- This demonstrates how information about the previous hit to a page can be displayed.
- ">DNS Functions Demo
- This shows how to use the dns functions to convert from IP to domain names and vice versa.
- ">String Manipulation Functions Demo
- Various functions for manipulating string variables
- ">Regular Expression Functions Demo
- This demo shows how to use the regular expression support in PHP
- ">DBM Functions Demo
- This shows how to access dbm files from PHP
- ">MSQL Functions Demo
- This shows how to communicate with the mSQL database engine
- ">File Stat Functions Demo
- These function let you query various information about files
- ">Miscellaneous Functions Demo
- Various useful odds and ends