[EMAIL PROTECTED] (David N. Welton) writes: > environmental variables > > 'cgi' variables > > file uploads > > cookies > > URL encode/decode
The difficult thing is passing in the stuff that Apache wants... Maybe make it per request, and have a setenv type of function that also takes a void * argument, and use that to either pass in an request struct, or nothing, as well as something telling it that we are in apache or not. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/
