[PHP] data grids...

2004-09-08 Thread blackwater dev
Does anyone have a nice clean way to provide data grids with php short of simply creating a bunch of input boxes or using flash? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] data grids...

2004-09-08 Thread John Holmes
From: blackwater dev [EMAIL PROTECTED] Does anyone have a nice clean way to provide data grids with php short of simply creating a bunch of input boxes or using flash? You mean using HTML/DHTML/CSS, etc. instead of PHP. PHP just creates the code to send to the browser. To answer your question,

Re: [PHP] data grids...

2004-09-08 Thread Greg Donald
On Wed, 2004-09-08 at 13:15, blackwater dev wrote: Does anyone have a nice clean way to provide data grids with php short of simply creating a bunch of input boxes or using flash? What is a 'data grid' ? -- Greg Donald -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] data grids...

2004-09-08 Thread Jay Blanchard
[snip] Does anyone have a nice clean way to provide data grids with php short of simply creating a bunch of input boxes or using flash? [/snip] Have you looked at GTK? http://gtk.php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] data grids...

2004-09-08 Thread blackwater dev
yeah, it needs to be on a front end site where the users can enter their data easily...I will play with the new flash data grid component some more. Thanks! On Wed, 8 Sep 2004 15:06:55 -0400, John Holmes [EMAIL PROTECTED] wrote: From: blackwater dev [EMAIL PROTECTED] Does anyone have a

RE: [PHP] data grids...

2004-09-08 Thread Jay Blanchard
[snip] What is a 'data grid' ? [/snip] Like a spreadsheet where you can manuever from cell to cell. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] data grids...

2004-09-08 Thread Brent Clements
: [PHP] data grids... Does anyone have a nice clean way to provide data grids with php short of simply creating a bunch of input boxes or using flash? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing