php image upload help
php image upload help
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- root_lock0
you can use
http://ca.php.net/getimagesize
find the ratio by dividing the height and width . then a if else statement with the ratio.
you can use
http://ca.php.net/getimagesize
find the ratio by dividing the height and width . then a if else statement with the ratio.