11-14-2007, 04:20 PM
|
#9 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 23
Thanks: 1
|
Quote:
Originally Posted by Devels
Eliminate any undesired white space prior or after <?php ?>.
Your error is saying: output started at c:\htdocs\checkinsValid\includes\function.php:2
So on line 2 your will find undesired white space or an echo that doesn't belong there.
That will fix it.
|
I think this is not caused by the white space in this situation meanwhile no white space prior of after <?php ?>. The problem is the include and header. I am sure about the error but i cannot fix that problem hehe.. as i have read somewhere before, they said that we cannot this problem usually caused by using the include before the header command..
Ths for you suggestion..Devel :)
|
|
|
|