我有这个PHP脚本,保存在我的网站上的图片。我想,一旦图片被保存,如果它不是风景,我想将图片旋转90度。这是我的脚本的一部分:
$uploadfile = 'path/where/to/save/picture.jpg';
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
//The code under here is not working
if($_GET['landscape'] == false || $_GE