Recent content by Ankit G

  1. A

    Develop a web app using PHP-MySQL which shows reports based on some SQL queries.?

    I have data which I want to show as reports on the frontend which is a website. Any frameworks/tools that I can use to do so without writing low level code such event handlers for button click and then generating the HTML table based on the result. I need something which can do this for me...
  2. A

    how do i get my table to alternate row colors using php?

    Hi Austin Why do you write code to generate HTML table? is not there any readymade component which can do this for you? I have done a lot of coding like this. Now I want to not spend my time genearting HTML output by hand. Can anybody respond on this.
  3. A

    how do i get my table to alternate row colors using php?

    Hi Austin Why do you write code to generate HTML table? is not there any readymade component which can do this for you? I have done a lot of coding like this. Now I want to not spend my time genearting HTML output by hand. Can anybody respond on this.
Back
Top