Why doesn't parse my computer php scripts in img src tags? echo "<img border=\"0\" src=\"include/thumb.inc.php?pic=".$file."&zoom=25&ext=jpg\"> Always when I call the page where the image resides there is no image, but the full URL to the script with parsed vars like this: <img border="0" src="include/thumb.inc.php?pic=images/tennis/ls080501stg.jpg&zoom=25&ext=jpg"> Please help me. Sascha PS.:I try to get an image to thumb library working. I Did put the script in the Attachment.