Is there is simple way to use a single PHP file to extract and display MySQL data in a report format?
I want a PHP file in it I will add the database connection credentials (db name, user name, password etc) and I want to run the following query and result the data in a report format.
[php]SELECT * FROM users WHERE allowed_user=1;[/php]