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.
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 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.