Joe wrote > Use dirname() function to find which directory the file is in. Chris Lee wrote > echo "$PHP_SELF <br>\n"; That's it! dirname($PHP_SELF) is exactly what I need. Thanks! Marx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Detect directory Marx Gomes
- Re: [PHP] Detect directory Chris Lee
- Marx Gomes