'var' instead of var ... (getting crazy)

1999-12-15 Thread Andrea Brugiolo
Dear Folks, a kind of weird problem is making me crazy: i wrote two scripts, all under mod_perl and they seem to be ok. One calls the other one and passes some arguments to it through the query_string (url_params); well, the latter

Re: 'var' instead of var ... (getting crazy)

1999-12-15 Thread Eric L. Brine
> the [query_string (url_params)] usually reads this query_string in > correctly, like this: > record=32&lang=it > BUT, SOMETIMES (random?) query_string is read > like: > 'record=32&lang=it' > Where could my error be? Do you have any mod_perl handlers that work at an earlier phase of th

Re: 'var' instead of var ... (getting crazy)

1999-12-16 Thread Andrea Brugiolo
On Wed, Dec 15, 1999 at 09:10:47PM -0400, Eric L. Brine wrote: > > > the [query_string (url_params)] usually reads this query_string in > > correctly, like this: > > record=32&lang=it > > BUT, SOMETIMES (random?) query_string is read > > like: > > 'record=32&lang=it' > > Where could my e

Re: 'var' instead of var ... (getting crazy)

1999-12-16 Thread Dmitry Beransky
Hi Andrea, Have you looked at ? This may not answer your question directly, but at least may give you some ideas on how to approach the problem... Cheers Dmitry At 10:05 AM 12/16/99 , Andrea Brugiolo wrote: >