From: Phil D. <ph...@du...> - 2004-07-08 10:35:55
|
Following a discussion with Steve yesterday I added the following ... header.inc now shows the database name and the Real User Name on each page header.inc also shows another link to Help which calls a new script ... called Help.php this relies on two new tables Scripts and Help (....predictably ;-) The Scripts table lists all scripts with a basic description of their function (no includes in here only first line scripts) together with a PageID and the filename. The Help.php looks up the filename to get the overview of the page and then retrieves the help records based on the PageID. Users can add, edit or delete help at will. Just a little shy on data for the Help table. Phil |