How can i compare values?
i need to check the brandname, and replace it with another string (a image path). Is this code below correct? becouse it aint working here
and i am very new to php
VB Code:
if ($brand == "renault") { $DealPic = "images/renault.gif"; }






Reply With Quote