HOME > PHP scripts  

 


About Me
Guestbook
View Guestbook

PHP scripts

I have programming in PHP only for about a year now. I picked it up when I was doing some contract web-development work. I like it a lot and have created several PHP web applications.

This page is intended to show some of my work in PHP and provide a place to share  some of my programming thoughts and feelings.  Enjoy.
 

Works in Progress

HTML__Template.php
This is a PHP version of the perl module HTML::Template, or at least an attempt to be. It is a project that is based on someone else's work, but I have changed a few things and have tried to keep it as close to the Perl API as I can.
Here is the latest code: HTML__Template.php

CGI__Application.php
This is a PHP version of the perl module CGI::Application, or at least an attempt to be. The perl module is such a great module for separating code and content layout that I wanted to use it in PHP. One thing I dislike about PHP it that HTML code and PHP code are mixed together so closely. I have tried to keep it as close to the Perl API as I can.
Here is the latest code: CGI__Application.php

CGI__Minimal.php
This is a PHP version of the perl module CGI__Minimal, or at least an attempt to be. This was created simply to help CGI__Application.php to have the same API as the perl module.
Here is the latest code: CGI__Minimal.php

Other Works

mail_form.php
This is a script to email the contents of a form. It was based off of some website that offered free cgi service, and emailing forms was one of their services. My friend, Spud, asked if I could do the same sort of thing without the stupid banner ads that this other company always tacked on their generated pages. So, I gave it a shot.
How To page: mail_form_how_to.html
Source code: mail_form.php