bcoffin Posted March 8, 2006 Share Posted March 8, 2006 I noticed on safari, file fields are shown with forward slashes, whereas on a PC, file fields show backslashes.IE: on my pc, i browse to a file:path\to\my\file.jpgon my mac, i browse to the same file:path/to/my/file.jpgI'd like to alert the "file.jpg" to the user, but have to either split at the forward slash or the backslash.. can you suggest how to do both?thanks,benny Link to comment https://forums.phpfreaks.com/topic/4408-flipping-slashes/ Share on other sites More sharing options...
fooDigi Posted March 10, 2006 Share Posted March 10, 2006 pc or 'microsoft' rather, is back asswards. but we all must cope with incompetence. i'm sure a regex split would work just fine, allowing either / or \ and counting the array elements - 1, and ouput the last array element. Link to comment https://forums.phpfreaks.com/topic/4408-flipping-slashes/#findComment-16084 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.