Organizing and displaying data in PHP
Posted: Mon May 18, 2009 11:59 am
I want to know what the process is for organizing and displaying data in PHP. I am a .NET programmer building a website in PHP using a WAMP server. There is a prebuilt control in .NET called a Gridview: http://www.codersource.net/images/Gridv ... Image2.jpg
How can I display rows of data from a database on a webpage? I would prefer the data to be sortable and updateable via the web interface too.
How can I display rows of data from a database on a webpage? I would prefer the data to be sortable and updateable via the web interface too.