Data Grid ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ashrafzia
Forum Commoner
Posts: 37
Joined: Wed Sep 28, 2005 12:23 pm

Data Grid ?

Post by ashrafzia »

Can i use Data Grid in PHP ?

if (yes)
{
How ?
}

else
{
Why Not?
}

Any Helpful URL?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There's no datagrid built into php, so no. Datagrids are client-side constructs of structured tabular data. They are often complex Javascript created/helped entities.
ashrafzia
Forum Commoner
Posts: 37
Joined: Wed Sep 28, 2005 12:23 pm

Post by ashrafzia »

I have heard that we can use/access ActiveX Controls in PHP then y not DataGrid/FluxGrid ? but i don't know how to access them? That's why i was asking.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Offering a control for one browser, isn't the best move, and can alienate users. There are Javascript implementations of Datagrids, search around, you can find some.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

ha nice screen name
Post Reply