At 10:25 30.01.2003, Dale said:
--------------------[snip]--------------------
>I need to specify a absolute path to a file on my harddrive, but you can't
>use backslashes in php. Right?
--------------------[snip]-------------------- 

Oh yes, you can. Just pay attention that the backslash is an "escape"
character telling PHP to take the next character literally. So if you want
a backslash you need to type 2 of them:

"C:\Program Files\php" ==> "C:\\Program Files\\php"


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to