Hi there what i'm trying to do is:
return a car manufacturer from a MySQL database and have the text returned a hyperlink to the car manufacturer website.
The below just returns the manufacturer without a hyperlink:
$row
Would i make a row in the database called 'carmakeurl', store the URL in that, then somehow echo it out.
$row
????
Thanks