On my site I have given an option to user to choose thier profile image
- Type link of an image
Image is a url link, and first I want it to resize to 400x300 (image s original size doesn t matter), and then display it on my web page.
Something like below:
<img src="http://mywebsite.com/resize.php?image=http://someotherurl.com/upload/image2.jpg&width=400&height=300" />
anyone knows this kind of script, please tell me how to solve this issue.
Thanks