Hey,
I am creating a website with PHP, HTML and MySQL. In my PHP file I have connected to the MySQL database and have run queries to retrieve information that I want displayed on my website.
For example I have a page owners.html which retrieves information about users purchases and I want to display information from my owners.php page which contains this information?
Any ideas?
Thanks