[PHP] Trouble with getimagesize

2001-07-24 Thread Patrick J. Militzer
Hi there, Having problem with a snippet of code, the code works in php4 but not in php3. Here is the snippet: $imagesize = getimagesize($UPLOADFILE); // print $imagesize[0] . . $imagesize[1]; if($imagesize[0] 360 or $imagesize[1] 252 or $UPLOADFILE_size 51024) {

RE: [PHP] Trouble with getimagesize

2001-07-24 Thread Kurt Lieber
] Trouble with getimagesize Hi there, Having problem with a snippet of code, the code works in php4 but not in php3. Here is the snippet: $imagesize = getimagesize($UPLOADFILE); // print $imagesize[0] . . $imagesize[1]; if($imagesize[0] 360 or $imagesize[1] 252