I run PHP on my Windows 7 dev box. I\'ve noticed that paths produced from the $_SERVER array always use forward slashes, whereas other sources such as __FILE__ use back slashes.
In the File class there are two strings, separator and pathSeparator. What\'s the difference? When should I开发者_C百科 use one over the other?If you mean File.separator and File.pathSeparator then:
I need to convert all paths with \'\\\' in them to \'/\'. The makefile is quite long and doing this manually is impossible.
I need a similar to .NET method for safely combining path parts without worrying for platform specifics of the path separator.
When I set the outside div to 100% and both the inside div and table to 100% the internal table is not the same size as the internal div. The internal table is about 2px less to the right. Anyone know