Is there a way to globally encode/decode urls via the php.ini file, or similar global include? What I'm trying to avoid is having to encode/decode everything on each page.
Your advice will be greatly appreciated.
Thanks,
Andrew
Probably not; you generally don't want to encode everything you output, so even if there was some php.ini setting, you'd still need give some indication as to which behaviour you want.