http://qs321.pair.com?node_id=752322


in reply to CGI Not Returning Parameter that's there

You must have noticed that the log line says &t=s39w25 and the value you are printing is t: s43w29. It seems you are not dealing with the same request. Try to log the QUERY_STRING and check again if the params you are getting from CGI are the ones being passed.

Replies are listed 'Best First'.
Re^2: CGI Not Returning Parameter that's there
by cormanaz (Deacon) on Mar 22, 2009 at 14:40 UTC
    OK, I did this. Same result. The query string is returned as f=mark&id=586&coder=1&table=test&h=s2w0&t=s2w15It is for a different attempt so the numbers aren't the same, but as you can see the parameters are there.