Posted by Chris Hope on 11/24/60 11:26
q2005 wrote: > How do I get the name of a PHP file itself which is currently running? > Thnak you in advance! __FILE__ And also look at the values stored in the $_SERVER array - use print_r($_SERVER) to list them. -- Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming