I am trying to save PhpThumb output. As what I could find on-line was not sufficient or to complex,I would like to ask if any one knows how to it?
$thumb_src="\"phpThumb/phpThumb.php?src=../apartmentsPhotos/".$num['ref']."/1.JPG&h=119&q=100\"";
echo" '<'img src=".$thumb_src />";
So what I want to do is to save the img src into an Image. (So far I was creating the thumbnails on the fly but it seems that google and my web server don´t like it to much.. Saving the thumbnails will insure that in no time I will have all my thumbnails in real files and then I will use this function just for new content.)
Thanks all.