PHP Reporting

I am fairly new to PHP. I have a website with a mySQL database behind it. I want to get information from the database and give it to the user in a form that can be printed. I have done some research on line, and I have seen that there are a lot of options. I wanted some opinions as to what option is the best.

Thanks

The best thing to do is follow a tutorial make sure the tutorial covers PDO.

Search Google for something like “php display information from a database tutorial using pdo”

Go through a few tutorials, if you have any specific questions ask.

Sponsor our Newsletter | Privacy Policy | Terms of Service