Page 1 of 1
PHP/MySQL Builder
Posted: Tue Jun 07, 2005 10:04 am
by jasonfnorth
Is anyone aware of a WYSIWYG Builder where I can drop FORM elements into a web page and generate PHP to populate a mySQL database. I'm not a programmer, but I know HTML/CSS and would like to take a stab at building a web app.
-NORTH
Posted: Tue Jun 07, 2005 11:14 am
by anjanesh
Check
http://www.jcxsoftware.com. I dont know if they have a facility to populate teh values from MySQL by generating a php code but they do have intellisense.
Posted: Tue Jun 07, 2005 1:28 pm
by xfish5
It is not very good.
Because generated code was slowly, big and not simple,... etc.
Contact your friend, who's can PHP

Nothing?
Posted: Tue Jun 07, 2005 7:29 pm
by jasonfnorth
Wow, about 6 years ago I worked for a startup which had software to web-enable legacy mainframe systems, and it was quite powerful. You could screen-scrape the green screens and tie them to web objects, and create functional web applications without writing code... or at least very little scripting.
I can't imagine that there isn't a PHP Builder tool which provides a similiar set of features to tie a MySQL DB to web objects and ease the process of querys, etc..
If anyone else has any ideas, please speak up!
-NORTH
Posted: Wed Jun 08, 2005 3:28 am
by phpScott
I know dreamweaver has kind of that thing through screens and the like but you still need to know a bit of sql, or abit more sql and php to make it efficient.
Posted: Wed Jun 08, 2005 3:31 am
by malcolmboston
xfish5 wrote:It is not very good.
Because generated code was slowly, big and not simple,... etc.
you will find this with most of the software that does this sort of thing..
..the code dreamweaver produces is absolutely horrid