bradkenyon Posted February 27, 2008 Share Posted February 27, 2008 Hey I’m running into a problem with a piece of php code and I can’t think of the term used. But I’m trying to save a file to: \\vpvault\Backup\Miller\ The code doesn’t like the 2 ‘\’ next to each other, how would I get around that? Link to comment https://forums.phpfreaks.com/topic/93350-getting-around-using-double-s-in-php/ Share on other sites More sharing options...
squiggerz Posted February 27, 2008 Share Posted February 27, 2008 Try adding one more \ to the beginning. \\\vpvault\Backup\Miller\ I think the code is looking at your first \ as an escape character, so it's not displayed, now why it wouldnt show the other 2 as escapes, I dunno. But try that and see if it works. Link to comment https://forums.phpfreaks.com/topic/93350-getting-around-using-double-s-in-php/#findComment-478163 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.