Thread: My brain aches.
View Single Post
03-08-2005, 08:53 PM
#10
kiswa is offline kiswa
Status: Junior Member
Join date: Feb 2005
Location: Florida
Expertise:
Software:
 
Posts: 91
iTrader: 0 / 0%
 

kiswa is on a distinguished road

  Old

I know this is already 'solved', but I thought I'd mention the way I use it. I set this line of PHP code at the beginning of the PHP file I'm using:
PHP Code:
ini_set('arg_separator.output','&'); 
and that makes all the output argument separators the valid markup for & instead of the & symbol itself.

I only mention it because it means you wouldn't have to rewrite the existing function that PHP already has working for you. But good job on that Mike.