[Solved] Information from the sales_flat_order table [closed]
So here is a base example to get you started with PHP. If you need to get queries from a database this is the most suitable option. Firstly, change your file extension to .php not .html Then: Create your database connect file: /** * database.php */ class Database { private $host = “localhost”; private $db_name … Read more