View Single Post
  #25 (permalink)  
Old 15-05-2008, 09:10 PM
furizu furizu is offline
Novice Webmaster
 
Join Date: May 2008
Location: KL
Posts: 19
Rep Power: 0
furizu is on a distinguished road
try this...

Quote:
Originally Posted by Hujimy View Post
the same thing still happen...
Check ur php.ini settings

How? open a notepad and type this

<?php

phpinfo();

?>

and save as phpinfo.php and upload it to your server. Go to yourdomain.com/phpinfo.php and check for the output_buffering setting. My guess is it's OFF.

how to turn it on?

open a notepad and type this

output_buffering = On

save it as php.ini and upload it to you server.

This should work.

Just my two cents..
Reply With Quote