Install
- Use
create.sqlto make your tables via however you like to do these things (phpMyAdmin, etc.). - Edit
values.inc.phpas per the instructions in the file. - Examine the example code given to work out how to add the function calls to your own scripts.
- Upload files, hopefully everything is working. You can delete
all the
example-scripts if you like (notadmin.php). - If you want to change the layouts for the function-printed
forms or whatever, edit
members.inc.php. Most of it is HTML, so long as you preserve the<?=$stuff?>and<?stuff()?>PHP tags.