Posted by Balaskas Evaggelos on 09/07/06 11:21
Noodle wrote:
> You could use the htmlspecialchars function to convert the quotes to
> " for browser display.
>
> http://au.php.net/manual/en/function.htmlspecialchars.php
>
doesn't work,
because my special char is double quote "
and not 2 quotes ('') as opedir gives me.
---
The problem is in opendir function.
The opendir function read the filename with double quotes.
Do you thing this is a bug?
I changed the php.ini config about quotes but still the opendir
convert the double quotes in two quotes.
[Back to original message]
|