Greetings all,
As I have been creating HTML pages (with php code) to update tables in our databases, I got to thinking... instead of creating an "admin" page for each table, is it possible to set something up that would allow me to choose from a dropdown list and then build the admin page for Adding, Viewing, Chaning, Copying, Deleting records, even if the table structure is different? Anyone point me to a article or tutorial for this. Right now, I am using a modified php script from http://phpmyedit.sourceforge.net/
Also, I am using an .htaccess file to force login to a particular web directory (where the admin files are at)...is there a way to force the user to "logout" of the area. Right now, if I open a new window in explorer and close the original admin page ... I can get into the admin area with the new browser window without logging in - and I don't want this to happen. Any ideas?
Thanks in advance!!