| 
	
 | 
 Posted by Jerry Stuckle on 09/12/07 04:08 
Good Man wrote: 
> 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 
>  
> !!!!!!! 
 
Further down the page.  I wouldn't think it should affect line 1,  
though.  If anything, I would expect it to be just ignored as non-php code. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |