Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


when we use ob_start() function in php then the header() and
session_start() does not gives the error like header already
sent,please explain in brief

Answers were Sorted based on User's Feedback



when we use ob_start() function in php then the header() and session_start() does not gives the err..

Answer / madan

ob_start() function will turn output buffering on. While
output buffering is active no output is sent from the script
(other than headers), instead the output is stored in an
internal buffer.

Is This Answer Correct ?    19 Yes 2 No

when we use ob_start() function in php then the header() and session_start() does not gives the err..

Answer / francis

ob_start indicates that PHP has to buffer data

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

What is meant by variable variables in php?

0 Answers  


Is key exist in array php?

0 Answers  


What does PEAR stands for?

0 Answers   Arigo Infotech,


Can we use session in mvc?

0 Answers  


How will you create a mysql database using php ?

3 Answers  


What is trait in php?

0 Answers  


What can I do by cakePHP?

4 Answers  


What is super () python?

0 Answers  


How to download file in php?

0 Answers  


What should we do to be able to export data into an excel file?

0 Answers  


Hi, I want to upload an image ito database and display image in a table in php how it is possible

2 Answers  


What is the difference between md5(), crc32() and sha1() crypto on php?

0 Answers  


Categories