On Thu, Jun 12, 2008 at 8:18 PM, Sebastian Camino <sebastiancamino@xxxxxxxxx> wrote: > Hello, > > I want to know what the "#" char does. On a website I was working at, I > tried to open a file with a "#" in it's name and I got an error. So I'd > really appreciate any help to know how to avoid the error and what does the > character do. > > Thanks a lot > > Sebastian > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Assuming you are talking about the filename which contains '#' char, I think its the filesystem which is not supporting the file name with '#' character. what is the filesystem?