> I need to specify a absolute path to a file on my harddrive, but you
can't
> use backslashes in php. Right?

You can also use forward slashes just as effectively.

C:/path/to/your/file.php

Or, if the file is on the C drive, you can use

/path/to/your/file.php

without even using the c: part. 

---John Holmes...



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

Reply via email to