For the life of me I cant work out what im doing wrong with this string:
$baseURL = getGalleryBaseURL($gallery);
$imageTxt = getImage($gallery, $image);
$imgSRC = "<img src=" . chr(34) . $baseURL . "Thumbs\" . $imageTxt . chr(34) . ">";
return $imgSRC;
The string $imgSrc gives a parse error, but why !?
Thanks
TMC
www.tmcgames.com