| | |
Cannot modify header information.Headers already sent
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
•
•
Peace, Could I know what is the function ob__start(); ?
Thanks.
Best regards.
ob_start() is part of the output control functions in PHP. See: http://www.php.net/manual/en/ref.outcontrol.php
Calling ob_start() begins the buffer of output that is normally sent to HTTP (with PHP on a webserver).
Do to the HTTP specification, you cannot send any HTTP Headers after you have sent some HTTP Content. ob_start() allows you to have the HTTP Content placed in a buffer, so that you can send HTTP headers at any time. Then at the end of your PHP script, call ob_end_flush() which will flush the HTTP Content.
Edit: Looks like php_coder got to your question first.
Last edited by digital-ether; Jun 4th, 2007 at 11:29 am.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
Similar Threads
- Warning: Cannot modify header information (PHP)
- header() not redirecting for some reason... (PHP)
- How to solve header - error -PHP (PHP)
- header information error (PHP)
Other Threads in the PHP Forum
- Previous Thread: To Professionals only
- Next Thread: BCC: Multiple Recipient
| Thread Tools | Search this Thread |
apache api array beginner binary broken cache cakephp checkbox class cms code confirm cron curl customizableitems database date display dynamic echo email error external fcc file files folder form forms forum freelancing function functions google header headmethod howtowriteathesis href htaccess html iframe image include insert ip javascript joomla limit link login mail malfunction menu method mlm mod_rewrite multiple mysql neutrality oop pageing pagerank paypal pdf php phpmysql play problem query question radio random recursion remote root script search select server sessions sms soap source space sql support! syntax system table template tutorial update upload url validator variable video web youtube






