UtopiaSoftware Forums

Full Version: Help in PHP function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!!
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.
I would love to help but you need to post some of the code so we can have a look through it, by the look of it i think i already know what your problem is though, Lets go through the error and see if i can help you out.

Warning: Cannot modify header information - headers already sent by - here you have your error about header information, this is normally cause by too much white space after the final ?>

output started at /home/kabeet/public_html/flash/page_add.php:4- The error is on or near line 4 of flash/page_add.php

in /home/public_html/page_add.php on line 72 - so i am assuming you are including on line 72 of this page
Unfortunately, I suspect that the problem is that this is just spam.
it could be just googled "/home/kabeet/public_html/flash/page_add.php" and found posts very similar, different user names but alot of responses to the problem.

As you said it could be either Spam or a script someone has written and it dosnt work because of the kabeet part, i will look into it further though

..just as i thought it was getting more active now
Reference URL's