I got bot working, finally. And everything gets into the pot on my website with correct images, the prices of the items is just 0... because of corrupt cost.php can anyone help?
<?php
$item = $_GET['item'];
$item = str_replace("\"", "", $item);
$item = str_replace("\'", "", $item);
$item =...