I want to create a table(in HTML) which will display rows and columns where i am calling from my query statement i.e.,
select id,name,city from contacts where enquiry_id=125
which will display 3 to 4 rows of data having enquiry_id=125.
The result will be displayed in HTML format for PHP.(or HTML)..