Hi, completely new here, so please go easy on me if this is a stupid question!
I have my website hosted on a linux server and I use some php to find out what webpage I'm on and act accordingly. These functions strip away slashes in the path at times, on the linux server this all works fine; but of course on my local windows computer when I use easyphp, the path is:
C:\Program Files\easyphp 3.0\www\
the functions are not made to remove backslashes, but forward slashes as per the linux server. Is there an easy way round this without me having to mess around with the functions that work fine online?
Many thanks, in advance for any help.