|
Here are some other things that I am preserving from my old personal site and copying over here to this site. I have done some programming off and on with PHP in the past. I almost never touch it now, but that may change. I first picked it up when I was doing some contract web-development work. I liked it a lot and created several PHP web pages and applications. This page is intended to show some of my work in PHP and provide a place to share some of my thoughts and feelings about it. Enjoy.
Works in ProgressNote: I haven't touched these things in years. That may change, but at least you have been warned. 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 |