View Single Post
ישן 22-07-06, 16:56   # 6
Interactive
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 210

Interactive לא מחובר  

תוכל לעשות זאת בעזרת explode
הנה הקוד:
PHP קוד:
 // get the file type
                 
$fParts explode("."$img);
                  
$ext $fParts[count($fParts)-1]; 
ext זה סוג הקובץ
__________________
בדיחות
תיק עבודות
  Reply With Quote