Re: [PHP] data grids...

2004-09-08 Thread Brent Clements
This is what I've used in the past, it's pretty much compatible with all of the major browsers that users will use. http://www.activewidgets.com/ -Brent - Original Message - From: "blackwater dev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 1:15 PM Su

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 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 an

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 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, visi

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