Posted by Good Man on 09/12/07 03:44
Jerry Stuckle <jstucklex@attglobal.net> wrote in
news:AKadnV7U3fWkzHrbnZ2dnUVZ_hudnZ2d@comcast.com:
>> <? 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()?
>
> This shouldn't cause a problem on line 1. An error may be indicated
> later in the file, but not before the error occurs.
>
> Are you sure you copy/pasted this exactly as it appears? Other than
> the missing semicolon, there's no problem.
>
> Unless you have some invisible text on there somewhere which isn't
> pasting.
an eagle-eyed poster noticed the <? php instead of <?php
!!!!!!!
Navigation:
[Reply to this message]
|