[PHP] Re: interesting problem with zlib/ob_gzhandler compression

2004-07-22 Thread Christian Calloway
Well 3 hours later I have a solution.. I turned off output_compression using the ini_set function, within the scripts dynamically generating javascript variables. This wasn't possible earlier, as I think there was a bug that didn't allow me to use ini_set on the zlib.output_compression directive.

[PHP] Re: Interesting Problem

2002-01-09 Thread Yoed
Thanks for the people who tried ot help me. I posted on the mysql list and they offered me this elegent solution: -create a temp table -select data from table x -insert data into temp table -select data from table y -insert data into the same temp table -grab the data from the temp table sorted b