Just a hunch, but why don't you try changing this:
$query = "SELECT PROD_ID, PROD_NAME, PROD_PRICE, PROD_URL, PROD_IMAGE FROM $table_products";
To this:
$query = "SELECT PROD_ID, PROD_NAME, PROD_PRICE, PROD_URL, PROD_IMAGE FROM the actual name of the table here";
Also, I see only the $dbcnx = myConnect(); Shouldn't there be some kinda of database host, username, and password?
Like I said I could be totally wrong, so if I sound stupid, it's because I am. LOL
-Blake