View Single Post
ישן 22-01-09, 22:15   # 7
Derey22
הוסטסניון
 
Derey22's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: באר שבע
גיל: 31
הודעות: 2,128
שלח הודעה באמצעות ICO אל Derey22 שלח הודעה באמצעות MSN אל Derey22

Derey22 לא מחובר  

עשיתי משו דומה:
$file_is_dir="public_html/tal";
$contents = ftp_nlist($conn_id,$file_is_dir);
if ($file_is_dir == $contents[0])
{
echo "if file";
}else{
echo "is dir";
}
  Reply With Quote