tags:

views:

33

answers:

1

I am using php and mysql. I want to fetch data from table and export the output to the html file. Can anyone please help me out in this issue?

Thanks.

A: 

A multistep process:

In php, establish a mysql connection, then run your query. (linked doc pages have some examples to start with).

If you have any queries based on user input be sure to sanitize it.

ford