On 10/6/07, newgaton new <[EMAIL PROTECTED]> wrote:
>       i have a question. i am coding a program. i must change / add some
> data to posted form from browser .

What are you trying to do?  Using the parsed request data as a place
to store your own global data is a bad idea.  If you just want to
store something in a convenient place, use $r->pnotes.  If you want to
trick some legacy code that you can't change into receiving modified
parameters, use an input filter.  If you're trying to trick some some
code that you can change, just change the code instead to get its
parameters from a method you provide.

- Perrin

Reply via email to