Here you'll find little bits and pieces of custom scripts I've worked on. Contact me if you have any perl, php, MYSQL projects.
Perl cgi script for submitting form contents via e-mail in HTML format Scenario : You have a form on your web site and want the information to be e-mailed to you after the user finishes filling it out. Most form to email programs will send you a plain text list of all the fields (ugly).
This script lets you send the data in the form of an html page that you can customize using a template.
Perl cgi script for HTTP file upload and store into Mysql database Scenario : A perl cgi script that allows users to upload files to the server via their browser, but instead
of putting the file on the server's filesystem, it is stored in a Mysql database (field type BLOB).
perl cgi script to extract information from web sites (Data Mining) This is an example of a script that was designed to grab the names of every county and city for states in the U.S.
The data was extracted from a popular search directory. This is a sample for the state of MA.
PHP script to include files from protected server by username and IP
Scenario : customer has a php script that needs to include files (.inc) from another server,
but these .inc files need to be password protected and restricted to an IP address so only php scripts
running on a specific server can access these include files. Will require modification of our
htacess software for an easy way to manage the security on the folders.