Link to home
Start Free TrialLog in
Avatar of FairyBusiness
FairyBusinessFlag for United States of America

asked on

How do I turn on output buffereing in phpmyadmin?

Hi, I would like to turn on out put buffering to be able to use header and exit in my php.  Could someone tell me how I can do this in phpmyadmin??

I keep getting this:

Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09c/b2950/moo.auroriellacom/includes/library.php:181) in /hermes/web09c/b2950/moo.auroriellacom/create_product.php on line 15
ASKER CERTIFIED SOLUTION
Avatar of Frozenice
Frozenice
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FairyBusiness

ASKER

I found this in my files:

$cfg_db['OBGzip'] = array('auto', true, false);

Should I change it to:

$cfg_db['OBGzip'] = AUTO;

??