Posted by jeffbg123 on 07/24/07 15:05
Hey, I am running this code on our production server: <?php $f = scandir("/home"); foreach($f as $val){ echo $val; echo "\n"; } ?> and I am getting this warning: PHP Warning: Module 'soap' already loaded in Unknown on line 0 The directory lists, but I don't want to see this error each time. Any ideas? Thanks
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming