I have 2 websites (one coded in PHP/Mysql, the other one with some CMS platform I don't know).
My regular website (the PHP one) which functions well, displaying products (around 12,000) and stock infos for them, all from my database.
Then I have this other website (unknown code/CMS) which has some of the products i have on the main PHP site, and stock infos.
What I want is to display on the 2nd website, the stocks infos (how many products in stock) from the 1st PHP website. I assume I can dive a bit into the 2nd website code where the stock info is displayed and do a PHP code tweak. But I need to know which would be a good way to access my database from the 2nd website.
I assume the 2nd website is done in PHP/Mysql.
thanks.