Jump to content

Help with parse error, unexpected T_STRING


DataSpy

Recommended Posts

All I'm trying to do is include a file and it says I have a parse error, I commented line #4 it out and the error went away.  But I don't think there is an error the way I include it, but obviously there is one :( .

[code]
<?php
session_start();
ob_start();
include "config.php";  <=== line #4
?>

Any help greatly appretiated, thanx in advance!
[/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.