Jonathan <[EMAIL PROTECTED]> writes: > but, can i hope (can i? seriously.) that there is some mechanism in > mp2/libapreq that will let me explcitly choose whether param is > pulling POST or GET data for a given fieldname
In place of param(), use the body() or args() methods, respectively. -- Joe Schaefer