Thread: Cropping In PHP
View Single Post
Old 10-11-2009, 02:17 PM   #3 (permalink)
TheCheshiereCat
The Wanderer
 
Join Date: Oct 2009
Posts: 5
Thanks: 0
TheCheshiereCat is on a distinguished road
Default

You're right, sorry.
I think the code might actually be wrong though, because it says theres a parse error on line 11, which is:
Code:
		this->myImage = imagecreatefromjpeg($image$this->imgSrc) or die("Error: Cannot find image!");
Could you please help me further? This is the very last thing I need to complete a website for a client.

Thanks!
TheCheshiereCat is offline  
Reply With Quote