Does anyone know what characters are possible in the ini file to use with this file the function "parse_ini_file"? I need check a data before include it in my file.ini, but i don't know exactly what characters are possible. For example if i use "&" the function doesn't work. I see the manual (www.php.net) but i haven't see anything. What would it be the expression regular to use? Thanks in advance Router
I just posted this one here today.
Your value cannot have a '=' in it or you get a PHP warning using the parse_ini_file().
Sean Shrum