So, I used PHP function addslashes() and worked fine, from ?c:mailspool it retrieves me \\?\c:\Mail\Spool, but what is with "?" my PHP script can't load that file, I believe that "?" is my network domain, I set this up in server.tab and I put it "localhost", why I receive "?"?
Thanks, Bogdan Petrica. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi Sent: 8 iunie 2004 00:42 To: [EMAIL PROTECTED] Subject: [xmail] Re: Mail filtering On Mon, 7 Jun 2004, Achim Schmidt wrote: > http://www.zend.com/zend/tut/using-strings.php says: > > These escape sequences mean that backslash has a special meaning in > strings. To include a backslash itself in a string, you need to escape > the backslash with a backslash. For example: > > $file = "c:\windows\system.ini"; > echo $file; // prints c:windowssystem.ini > > $file = "c:\\windows\\system.ini"; > echo $file; // prints c:\windows\system.ini > > > -->> @@FILE should contain double backslashes ... That's ugly as hell, at least for command line parameters. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-vcard -- File: Bogdan Petrica ([EMAIL PROTECTED]).vcf - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
