|
|
View Message | Back to Messages |
Agamemnus Tue Sep 18 2007 at 1:03 pm PHP and the "&"...
Looks like there may be some problems outputting "&" in an HTML query. Instead, the W3 people want us to use "&".
It looks like one solution is to do this:
arg_separator.output = "&" inside the php.ini file.
Since I don't have access to that, I can't change it... I don't know if this breaks code that already has "&" or if I'm terribly misunderstanding the solution.
Could you look into this?:
http://www.w3.org/QA/2005/04/php-session
Thanks.
|
|