Hi could some help me out and take a look at this snip of code?
echo '<a href="$loc\$file" target="_blank"><img src="$loc\$file" height="$height" width="$width" border="1"></a>' ;
when parsed it gets the error "T_CONSTANT_ENCAPSED_STRING"
does anyone know what that error means, or find something wrong with that line?
Thanks for any help at all..