![]() |
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. |
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.
|
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. |
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.