How to get PHP to swap back slash to forward slash automatically in Linux? -
i have problem windows uses \
directory_separator , code written use \
. because of nature of application code replicated many times.
i find solution not require me edit code, since want move code linux server. linux uses /
directory_separator code not recognize it.
is there way make linux use both \
, /
windows without having edit code? i.e php.ini or cpanel?
Comments
Post a Comment