HI! Im new to php and im wondering if there is such thing as Grid or datagrid and the like components or control in php just like the ones used in VB?

I'd appreciate very much any help you can extend to me. Thanks a lot!

    thanks for the quick replies. Any other links available?

      ExtJS (http://extjs.com) is an AJAX JavaScript library with an excellent grid component. Plenty of examples on their web site.

        Surely the links here are of great help to me. Thanks!

        I would like to have a grid just like what MS Excel has. Basically i want to retrieve records from my DB table (MySQL) and display it in first column and then for the rest of the columns I am able to type in values and then be able to save it again to my table.

          Write a Reply...