Editable Table/Grid
Posted: Tue Jul 20, 2004 10:38 am
New to php, html and web apps. Experience in visual programming.
I'm not sure where to look. But php seemed a good start. I'd like to make a order entry form/screen that the user can fill in a table/grid. Actually tab through every cell add/change/delete data (product #,quantity, etc) and also validate the info on the tab to the next cell. OK, I'd be happy to just to edit cells in a table.
I'm guessing I need some open source or 3rd party product. Hopefully someone can get this noobie pointed in the right direction.
I am currently running Apache, php on a linux OS ODBC'ing to a AS/400 db2 server. The net-admin almost has php5 compiled to use DB2 commands(5-days!). I'd like to have something to show our staff that php is easier to learn then java. Everywhere I look, web apps are displaying data in a table and making the user select the row, go to another page to add/change/delete. I'd like to cut out the excess hoop jumping. Since the data is right there in the table, why not add/change/delete right there.
Thanks, in advance.
I'm not sure where to look. But php seemed a good start. I'd like to make a order entry form/screen that the user can fill in a table/grid. Actually tab through every cell add/change/delete data (product #,quantity, etc) and also validate the info on the tab to the next cell. OK, I'd be happy to just to edit cells in a table.
I'm guessing I need some open source or 3rd party product. Hopefully someone can get this noobie pointed in the right direction.
I am currently running Apache, php on a linux OS ODBC'ing to a AS/400 db2 server. The net-admin almost has php5 compiled to use DB2 commands(5-days!). I'd like to have something to show our staff that php is easier to learn then java. Everywhere I look, web apps are displaying data in a table and making the user select the row, go to another page to add/change/delete. I'd like to cut out the excess hoop jumping. Since the data is right there in the table, why not add/change/delete right there.
Thanks, in advance.