Parse error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DJRoppolo
    Senior Member
    • Aug 2001
    • 180

    Parse error

    Im getting the following error:

    Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/sportsni/public_html/forums/global.php(344) : eval()'d code on line 9

    This started popping up on a new style that i'm working on, right after I added some includes into the header. I am pretty familiar with doing that as my default style has 4 separate includes and I don't get this error. I added:
    PHP Code:
    ob_start(); 
    require(
    "/home/sportsni/public_html/includes/2004otherlinks.txt"); 
    $
    2004otherlinks ob_get_contents(); 
    ob_end_clean(); 
    to my phpinclude template, then stuck '$2004otherlinks' into the header which caused this error to come up. SMachol, where are you this afternoon



  • DJRoppolo
    Senior Member
    • Aug 2001
    • 180

    #2
    anyone



    Comment

    Loading...
    Working...