[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, though, if you're stuck with HTML, then the bunch 
of textboxes is your only option. Flash is probably your best bet if you 
want a true grid or maybe some ActiveX/Java plug in?

---John Holmes... 

--
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, visit: http://www.php.net/unsub.php



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 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, though, if you're stuck with HTML, then the bunch
 of textboxes is your only option. Flash is probably your best bet if you
 want a true grid or maybe some ActiveX/Java plug in?
 
 ---John Holmes...
 


-- 
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 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
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
Subject: [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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php