Mega Code Archive

 
Categories / Php / Strings
 

It is safe to use non-escaped Windows-style filenames in your single-quoted strings

<?php             $filename = 'c:\windows\me.txt';             echo $filename;     ?>