Please tell me how i can remove the error which is header already send.
Pramod Rawat
http://www.bundelkhanddarshan.com/histo ... khand.html
How Do i remove header already send error using php
Moderator: General Moderators
How Do i remove header already send error using php
Last edited by rawat167 on Thu Sep 23, 2010 3:51 am, edited 1 time in total.
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: How Do i remove header already send error using php
If you post your code then somebody may be able to give you specific help.
Otherwise you can have a look at output control functions in php
Otherwise you can have a look at output control functions in php
Re: How Do i remove header already send error using php
That error normally means there has been some sort of output send before you use the header() function. If there is any HTML or any output statements(echo/print etc) it will cause an error.
Re: How Do i remove header already send error using php
you can use ob_start(); on the top of file to remove this warning.
Pramod Rawat Tikamgarh
http://www.bundelkhanddarshan.com/histo ... khand.html
Pramod Rawat Tikamgarh
http://www.bundelkhanddarshan.com/histo ... khand.html
Last edited by rawat167 on Thu Sep 23, 2010 3:52 am, edited 1 time in total.
-
abhardwaj847
- Forum Newbie
- Posts: 2
- Joined: Mon Jul 26, 2010 3:42 am
Re: How Do i remove header already send error using php
<?php
ob_start();
?>
ob_start();
?>
Re: How Do i remove header already send error using php
How i can integrate paypal with credit card using php i need to put it on the website of bundelkhand Darshan and the url is given below.
http://www.bundelkhanddarshan.com/bundelkhand-cave.html
http://www.bundelkhanddarshan.com/bundelkhand-cave.html