Loans - Car Insurance - Free Ringtones - Problem Mortgage - Payday Loans

PDA

View Full Version : Is there a tool to generate HTML pages for SQL


expat
Apr 7th 2004, 2:19 am
I'm looking for a tool that generates HTML pages based on (My)SQL tables/DB's.
E.G. select fields to display select if just display and or update/delete generates base code for multiple line displays.
Anything out there? Thanks
M

digitalpoint
Apr 7th 2004, 2:22 am
I've never heard of one... People putting up dynamic content typically want to have control over everything, rather than be bound to how a specific tool generates a page.

Plus what you are talking about is pretty cake for anyone with any SQL knowledge... I can't imagine someone even putting the effort into making a tool because it's so easy to do on your own.

- Shawn

expat
Apr 7th 2004, 5:33 am
thanks,

well, when I left mainstream programming about 10 years ago I had tools that allowed me to generate complex inner and outer joins across highly efficent db's with full replication across the world, comitt, roll back etc, including full controllable visualisation without having to delve into the deeper coding of repetitive statements.
PHP has a lot but having to use cgi arrays for sheer speed and management of multi dimensional work, than to laboriously generate visualisation usable by a "standard" end users and more than one browser - sort of a bit primitive, but hey if thats what it takes.
M

mushroom
Jun 6th 2004, 11:36 am
I'm looking for a tool that generates HTML pages based on (My)SQL tables/DB's.
E.G. select fields to display select if just display and or update/delete generates base code for multiple line displays.
Anything out there? Thanks
M

It sounds like your talking about phpMyAdimin that is offered on most apache php mysql configurations. :)
With out a server good luck on finding one. :eek:

THT
Jun 6th 2004, 1:09 pm
if you wanna see a tutorial try www.webmonkey.com

expat
Jun 8th 2004, 2:41 am
hi and thanks all,

maybe I (as usual) wasn't very clear about it.

I do have all the usual mutiple apache cpanels mysql admins php cgi c etc pp and a lot of pre defined classes.

What I don't have is a tool where I can simply select or pass on db's see the fields and point and click these into a basic HTML, define read write update delete etc. whilst the tool copies and defines all the required join read insert update delete fetch etc ....

What I need this for the most is maintenance of airline destination tables where I need to see an airline all routings and be able to change insert and kill records on the fly out of a multi line (min 40 lines) display.

Cheers
M