[PHP] jason liang wants to chat

2008-11-27 Thread jason liang
--- jason liang wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e7afe1e911-a3e11970e1-2c33d93559613f2e You'll need

[PHP] [php] question about ob_end_flush

2008-11-27 Thread jason liang
Hi all I am comfused about the function ob_end_flush.In the manual:This function will send the contents of the topmost output buffer (if any) and turn this output buffer off. i have made such tests. ?php ob_start(); echo hello word!; ob_end_flush(); ? this works alright.the script