View Single Post
ישן 22-08-06, 18:21   # 3
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

PHP קוד:
    if (is_dir($_GET['dir']))
    {
        echo 
" its dir";
    }
    else 
    {
        echo 
"cant find it";
    } 
  Reply With Quote