Bass <[EMAIL PROTECTED]> writes: [ please don't post in HTML ]
> Look at $ENVS(REQUEST_METHOD) to check for GET/POST.<br><br> Even > when the case is POST, you *should* be able to read the GET > parameters by parsing/splitting the data from > $VARS(REQUEST_URI). I haven't actually tested it, though, but > I don't see why REQUEST_URI wouldn't return the correct information. Yes, I forgot about that:-) It's not an optimal solution though, because you have to re-do all the parsing that mod_dtcl does for you! -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
