I got input in my website, The input is suppose to get image URL, What is want to validate is:
- Am i getting an image?
- Is it 64x64?
- Image type png/jpg/gif/etc?
The best solution for All the terms above i was thinking about is getimagesize.
If anyone can think of more terms for validating and better solution i will be very thankfull, Thank you all and have a nice day.