Is it to be expected that, if a file has no extension, and I do this:

   $info = pathinfo ($myfile);

that I will get an error if I try to reference $info["extension"] ??

--
Cheers  --  Tim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to