in reply to Re: Re: Re: Re: CGI params
in thread CGI params

I am running this on a debian box however you seem to be using windows, i wonder if this is contributing as our code looks very similar.

I suspect that it has more to do with those single quotes. They're not the same as double quotes (think interpolation, or lack thereof). In this situation, single quotes do the wrong thing, and double quotes aren't needed.