开发者

PHP view in datagrid

Does php has datagridview object or somet开发者_Go百科hing? Or do I just make a table out of it? I need to do this format, http://replays.mineski.net/.. Do you think XML as a information storage is suitable for this?


well, html table is itself some kind of datagrid. So just use html table, tr, td to achieve what you want, additionally, use th for table headers. Good luck.


You could use something like PEAR datagrid http://pear.php.net/package/Structures_DataGrid, there are also some nice javascript based ones you can use eg: http://www.trirand.net/demophp.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜