Posted by Good Man on 09/11/07 21:43
Anne Bos <anne.bosscha@hccnet.nl> wrote in
news:3i1ee3ppdrmin5jnptkfu5lbm86p42i87b@4ax.com:
>>
>>This shouldn't cause the error you indicate. Is this the first thing
>>in your page? (It looks like it - but I have to ask).
>
> Yes, it is
> Then the head of a html-code (some 70 lines)
> The body also first contains some html
> then follows
> <? php
> $conn = connect();
> $showrecs = 15;
> $pagerange = 10;
> and a lot more.
> If the error is not in line 1 it should be here I guess.
> Should I have a closer look to the function connect()?
Probably... what the heck is it?
[Back to original message]
|