Forum Moderators: coopster
echo '<pre>';
print_r($imgarray);
echo '</pre>';
Also, what do you mean by "it doesn't work"? Are you getting errors? Blank screen? No data where it should be? etc
$sql = "SELECT specials.*, Vin_inventroy.Year, Vin_inventroy.Make, Vin_inventroy.Model, Vin_inventroy.StockNumber, Vin_inventroy.ImageURLs FROM specials LEFT JOIN Vin_inventroy USING (StockNumber) WHERE specials.Type='indexpage'";