Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Other Chat (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=12)
-   -   Help in PHP function (http://www.mysidiaadoptables.com/forum/showthread.php?t=1203)

lovejenete 12-05-2009 09:39 PM

Help in PHP function
 
Hi!!
Hello friend I have just started the programing web development.
I face the problem with the header function.
The function doesn't redirect. Found this error.

Warning: Cannot modify header information - headers already sent by (output started at /home/kabeet/public_html/flash/page_add.php:4) in /home/public_html/page_add.php on line 72

Please help.

Arianna 12-06-2009 12:57 AM

RE: Help in PHP function
 
You have to make sure that any redirect functions are called /before/ anything is printed via 'echo'. Usually, setting an $article_content variable and only printing at the end will prevent this.

lovejenete 12-06-2009 03:48 AM

RE: Help in PHP function
 
Hi!!
No the code of header is at the begining of the page.
First login will redirect to home page and from home page it will redirect to add page and there I found error.
Thanks in advance.

Arianna 12-06-2009 08:46 AM

RE: Help in PHP function
 
Hmm, that seems weird. Could you post the code for me, please?


All times are GMT -5. The time now is 04:10 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.