Jump to content

Getting parser error regarding the syntax.


ghurty

Recommended Posts

In the following code, I am getting an error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE or '{' or '$' in XXX on line 235

 

Line 235 is the second line in the code snippet

       $result = mysql_query( $querystr, $this->linkid );
        $this->"queryid".$id = $result;
        if ( defined( "SWIFTDEBUG" ) )
        {

 

Thanks

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.