Scripts

Attachment Size
simple_csv_upload.zip 108.23 KB
feedback_mailer.tar.gz 108.23 KB

Little Scripts

Here are some little scripts I wrote *years* back; might be of some use to the starters. Use them at your own risk.

Feedback Mailer

Feedback Mailer is a little script that takes feedback from visitors to the email specified.

Simple CSV Uploader

Simple CSV Upload script that makes use of the 'LOAD INFILE' Query of MySQL. This is a script which can upload CSV (Comma separated values) file to the database, provided that the the fields in the file match the fields of the database provided in the configuration, irrespective of the database structure.

Simple Private Guestbook

The Guestbook script uses flat files, but the entries are *not made public*. Simplistic, easily customizable, features include an optional feature of sending a 'Thank you' mail to the vistor signing the guest book. PS: Entries are private in this guestbook (Not made public)

Please note that I provide no support or help for the scripts available for download on this page.