I'm using "TimThumb" function on my PHP website, but I got a problem about it that; I can't change filename.
<img src="thumb.php?src=blabla.jpg&w=300&h=200 />
And when I save an image, it is saved as "thumb.jpg"
How can I solve this problem? Could .htaccess solve it?