|
This page contains
links to various bits of source code and programs I've written and decided to
make available. They're here as much for my own reference as for that of my
friends.
Linux
View/Download: cmds.c This is a simple example of a
command-line options parser.
PHP
Execute: test Download:
test.zip This is a simple 1-line
PHP program to display info about the PHP support available on this web
server.
Execute:
EmbeddedHello
Download: EmbeddedHello.zip This is a
simple "Hello World" program demonstrating PHP embedded directly into
HTML.
Execute:
StripperName
Download: StripperName.zip This is a simple
program to demonstrate reading data from an HTML form and processing it using
PHP. |