everything except windows uses forward slashes. apache and
php are smart enough to change them to backslashes if you
are actualy running on windows. makes it MUCH easier to
make portable confs and scripts
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
change magic qoutes in php.ini
Logged In: YES
user_id=42466
everything except windows uses forward slashes. apache and
php are smart enough to change them to backslashes if you
are actualy running on windows. makes it MUCH easier to
make portable confs and scripts
Logged In: YES
user_id=42466
magic quotes adds backslashes to escape special characters.
however, I do recomend disabling that since php6 won't have
that option and it will be "off".
http://www.php.net/~derick/meeting-notes.html