[snip] Is there a way to determine what platform PHP is running on? I'm trying to write a script that parses path names which we all know unix and windose don't agree with each other. [/snip]
Put <?php php_info(); ?> in a page and then load in the browser from your server. It's revealing ... HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php