11-14-2007, 04:08 PM
|
#7 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Posts: 27
Thanks: 2
|
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.
|
|
|
|