oh i also need to add this to the end of the code also but I'm not sure how to code this with if else statements etc. If i can make this all one php function that would be awesome. Please be kind I am new to php and teaching myself.
<? if ($minprice>=40000)
echo'<p>Wow $$minprice, that is an expensive car!</p>';
if ($minprice<40000)
echo"<p>Ok $$minprice, that is a reasonable car price.</p>";
?>