Diana Castillo wrote:
does anyone know of a command in php that will give you a list of the files already included . Something that would tell you whether a file is already included before you do the require_once ?


Try this:
http://php.net/manual/en/function.get-included-files.php

Oh, and maybe next time try to RTFM... :-)

Cheers!
Silvio

--
tradeOver | http://www.tradeover.net
...ready to become the King of the World?

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

Reply via email to