A collection of tools for managing CSV- and MySQL- tables. Originally designed for the data sources used by Jax Scripts (Jax Guestbook, Jax Newsletter etc...) but also generally usable to convert CSV- and MySQL-tables.
htAuthorize is a PHP script for managing .htpasswd, .htgroup and .htaccess for Apache Webserver with Web interface. It requires PHP and the right to adminstrate the server. Tested with Apache 1.3.20 and PHP 4.0.6 under Win2000. While the Website is written in German, the script is written in English.
This is a menu-based template program written in PHP. It first reads the content of a text file called "feature.txt" in an array. It then displays the content in a nice table and the name of the book becomes the link. When you click on the link to see the review, the program calls itself back and passes the name of the review file in the variable "load" to the called program. The beauty of the script is that it doesnt matter how many books are there and you can add or remove any number of them without bothering about their order of appearance etc. All you have to do is edit the "feature.txt" file and remove or add the record containing the book. Also, since it is template-driven, the user can concentrate on content building without bothering about changes in the program.
This script should help you to create database driven forms. For that purpose you must only fill out a form which this script will display and after you submitted your entries it will generate a new script to handle all interaction with the database. Features include: Create lookup lists based on another table, Database independent - works with every database supported by PHPLIB, Clientside and serverside validation of user input, Allows user to authenticate based on a primary key field and a selectable password field of the table to edit their record, Layout can be specified by form fields, and Should be easy to modify the resulting script.