* Thus wrote Evan Nemerson ([EMAIL PROTECTED]):
> On Tuesday 28 October 2003 11:29 pm, Rolf Brusletto wrote:
> > Evan Nemerson wrote:
> > >Is anyone aware of a way to get double quotes in the php.ini file? For
> > >instance, I'd like to be able to set error_prepend_string to "<font
> > >color=\"#ff0000\">" (which doesn't work).
> > >
> > >The only work-around I can think of is doing ini_set()'s in an
> > >auto_prepend_file, and that's not acceptable for my purposes.
> >
> > Why not use single quotes around the actual setting.. i.e.
> 
> Because I get a parse error. Does it work for you? If so, what version of PHP 
> are you using???

Try reversing the quotes:
 error_prepend_string = "<font color='#ff0000'>";


Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
    http://zirzow.dyndns.org/html/mlists/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to