I'm very surprised: I recently received php code written on a PC with a link containing backslash:
<?php
include_once('include\dbConnect.php');
?>
(...)
This code didn't work (the table content was not displayed). Once I replaced the backslash with slash, the code worked again well.
Maybe obvious for most of you, but it is something I had never heard about!
Now, I wonder what the "slashed" code would give on a PC?