Data Grid in PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
saran_tvmalai
Forum Newbie
Posts: 5
Joined: Fri Sep 19, 2008 7:42 am

Data Grid in PHP

Post by saran_tvmalai »

Hi Developers,

In VB the data grid option is available for view the records in the same way i want in PHP. I already work with third party phpdatagrid software but am not satisfy in that. pls help me.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Data Grid in PHP

Post by califdon »

PHP does not have built-in display features. You must either use 3rd party software or write your own, using HTML.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Data Grid in PHP

Post by josh »

check out some javascript / ajax frameworks. jquery or dojo would be an example
Post Reply