I am looking for a template for web based database handling
I think there should be somewhere a template for web based database handling, others than copy all to gether from different tutorials. Concrete I am looking for web based system, that: 1. needs a login and keep it for all following pages (.htaccess is not what I am looking for) 2. in the first template I am looking for the handling of one table of one database. 3. the first page should allow to select fields by typing in or from a select drop down 4. Only 10 results should be displayed at once (next page, goto page, previous page) 5. Each result should get two buttons: delete and edit 6. at any page should be a Add button 7 option: each manipulation of data (add, edit, delete) should be in an extra database.table documented, including time and date phpMyAdmin is not the program I am looking for ;-) Does anybody know a database template that comes close to that? bye Ronald
On Tue, 5 Sep 2006 10:48 am, Ronald Wiplinger wrote:
I think there should be somewhere a template for web based database handling, others than copy all to gether from different tutorials.
Know any Perl? It would be very easy to set it up in Mason. Mason allows you to embed Perl into a normal HTML page. eg: dumping a Perl list into table format is a 4 liner. It's also a beautifully simple-but-powerful framework for a whole website. I'm working on setting up a server with it enabled. Then I'll be doing a similar project. michaelj -- Michael James michael.james@csiro.au System Administrator voice: 02 6246 5040 CSIRO Bioinformatics Facility fax: 02 6246 5166 No matter how much you pay for software, you always get less than you hoped. Unless you pay nothing, then you get more.
If you use MySQL+PHP: http://codewalkers.com/ Check, for example, tutorial 'Create dynamic sites with PHP & MySQL' -- it's a start. /Lars Ronald Wiplinger skrev:
I think there should be somewhere a template for web based database handling, others than copy all to gether from different tutorials.
Concrete I am looking for web based system, that:
1. needs a login and keep it for all following pages (.htaccess is not what I am looking for)
2. in the first template I am looking for the handling of one table of one database.
3. the first page should allow to select fields by typing in or from a select drop down
4. Only 10 results should be displayed at once (next page, goto page, previous page)
5. Each result should get two buttons: delete and edit
6. at any page should be a Add button
7 option: each manipulation of data (add, edit, delete) should be in an extra database.table documented, including time and date
phpMyAdmin is not the program I am looking for ;-)
Does anybody know a database template that comes close to that?
bye
Ronald
participants (3)
-
Lars Norén
-
Michael James
-
Ronald Wiplinger