Hi Every one,
I have a file One.php, I want to call a function from the same file.I used code like this,
$REDIRECT = "One.php?data=1";
if ($REDIRECT != "")
header("Location:".$REDIRECT);
but i'm getting the following error
Cannot add header information - headers already sent by (output started at /home/server1/aaaaa-www/folder/file1.php:18) /home/server1/aaaaa-www/folder/One.php) on line 69.
In line no 69. has the header tag.
Pls Help me.
souravsasi.