why do I get : Fatal error: Call to undefined function: glob() in c:\apache\htdocs\format.php on line 3
when i do:
foreach (glob("site\*.php") as $filepath) { // bla bla bla }
thanks,
Wally-o
What version of PHP are you using? The glob function is only available in PHP 4.3.0 and higher.
ahh, thats it... I'm using 4.1.1
well, time to update...