Search found 1 match

by SonnyKo
Tue Dec 05, 2006 1:31 am
Forum: PHP - Code
Topic: opendir bug? Need help!!
Replies: 1
Views: 419

opendir bug? Need help!!

I recently installed Fedora C5 ( 2.6.18-1.2239.fc5 ) with php (v 5.1.6), mysql and Apache. I am having a problem with this code segment: ..... ..... $dirval = "/var/www/html/softlink"; // softlink is a soft link to another directory (hard) if ( !($handle = @opendir ($dirval))) { ...... ......