PHP Datagrid
10 pts.
0
Q:
PHP Datagrid
Hi! I m new to php and MySQL database. I want to know how whether php provides any class for datagrid

ASKED: Nov 2 2009  4:57 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
60 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
hi

theres no data grid in php. u r design by ur own datagrid by using the table

<table>
<td><th>field1</th></td>
</table> and so on....
Last Answered: Nov 3 2009  4:54 PM GMT by Thebeginner   60 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0