Forum Moderators: coopster
So if I write:
<p>
\200<br />
<?php
echo "\200";
?>
</p>
I'll get
\200
€
Is it a php setting somewhere that's causing me a problem?
This is troublesome since I have directory names set up as years (\2001, \2002, etc.) and I'm trying to access files in those directories. I can either figure out why php is being a pain, or take the lazy route and rename the directories. :p