Re: [PHP] Help w/Bug

2004-03-31 Thread Curt Zirzow
* Thus wrote Joey ([EMAIL PROTECTED]): > ... > > if($upload_file !="") > { > //image size esle will ignore ... > $img_max_width=750; > $img_max_height=750; > $extention= > $file_type1 = "image/pjpeg"; Here is your bug as you described. $extention is assigned the value of $file_type1 after it i

RE: [PHP] Help w/Bug

2004-03-31 Thread Chris W. Parker
Joey on Wednesday, March 31, 2004 2:54 PM said: > Step1: upload_file_type: > Step1: upload_file: C:\\Documents and > Settings\\jack.IISG\\Desktop\\BVP.jpg Step1: extention: > > Step2: upload_file_type: > Step2: upload_file: C:\\Documents and > Settings\\jack.IISG\\D