I'm having some trouble adding images.
Here's what I have .
<?
$images = 'http://www.domain.com/img/image.gif';
echo $images;
?>
What am I doing wrong ?
I've build a form and a different image has to appear depending on what option is selected.
the form is working ok, it's just this image part.