Thanks for the help before, I have one more thing kicking my butt though..
my output code
Code:
$output2 .= "<OPTION VALUE=".$row['make_model'].'>'.$row['make_model']."";
produces this respectively.
Code:
<OPTION VALUE= AMC - Gremlin> AMC - Gremlin
I've tried different configurations of quotes and such with no avail, I cannot seem to get quotes to appear round the make_model variable within the code. The year is perfect, but the text is kicking my butt.