This is a discussion on which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; how to build a interfaces (or web pages) in easy way? how to build a form in easy way? how ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
how to build a interfaces (or web pages) in easy way?
how to build a form in easy way? how to automate and create web pages whit a tool? which tool to use to create form for a database? I mean there is a way or a tool which help me to build an interfaces (web pages) to deal with the data in a database ? Tahnk you in advance, Andrea. |
|
|||
|
* Michael Vilain <vilain@spamcop.net> [Sat, 26 Mar 2005 10:20:05 -0800]:
> > The tool to use, my dear, is your brain. Buy a couple php books and > give it some exercise instead of using some lame GUI to point and click > your way around. > Isn't that a little harsh? Yes, anyone wanting to create dynamic web forms would do well to invest some time learning the technologies (HTML, PHP, CSS, etc...) and you can do a lot with a simple text editor, but let's not put down "drag and drop" GUI tools. Even professional developers/designers use GUI development tools because it makes them more productive. Developer time is a very costly input and anything that saves time often makes sense. Mel -- Mel Roman mel@melroman.net |
|
|||
|
Thank you! :-)
Because of the time I'll spend to create the interfaces I have to choose microsoft Access to develop a little application.... So I ask if there is a tool that build the interface like access?!? I found a tool very interesting: DBDesiner4 which let to draw your db and then to create the interface... somebody knows other tools? Thank you in advance, Andrea. "Mel Roman" <mel@nntp.ktchnr.phub.net.cable.rogers.com> ha scritto nel messaggio news:slrnd4bjfv.or8.mel@Cr168131-a.local... > * Michael Vilain <vilain@spamcop.net> [Sat, 26 Mar 2005 10:20:05 -0800]: > > > > The tool to use, my dear, is your brain. Buy a couple php books and > > give it some exercise instead of using some lame GUI to point and click > > your way around. > > > Isn't that a little harsh? Yes, anyone wanting to create dynamic web > forms would do well to invest some time learning the technologies (HTML, > PHP, CSS, etc...) and you can do a lot with a simple text editor, but > let's not put down "drag and drop" GUI tools. Even professional > developers/designers use GUI development tools because it makes them > more productive. Developer time is a very costly input and anything > that saves time often makes sense. > > Mel > -- > Mel Roman > mel@melroman.net |
|
|||
|
"_andrea.l" <andrea.lorizANTISPAM@libero.it> wrote in
news:mWf1e.32023$zZ1.914568@twister1.libero.it: > how to build a interfaces (or web pages) in easy way? > how to build a form in easy way? how to automate and create web pages > whit a tool? > which tool to use to create form for a database? > I mean there is a way or a tool which help me to build an interfaces > (web pages) to > deal with the data in a database ? > Tahnk you in advance, > Andrea. > > You can start by reading this http://www.sitepoint.com/books/phpmysql1/ The book's quite good too. |