What is the best way to deal with magic_quotes_gpc?
This is especially a problem in this software since escape characters for \', \", (done by magic_quotes) \t,
and \t are recognized by the server.
So at what level in the software design should this be handled at. At a lower level in the data model, like
where the connection is negotiated with the CCSO/Ph server, or higher up at where the user input is
taken from and sent to the modules?