Jump to content

unexpected T_CONSTANT_ENCAPSED_STRING error


emvy03

Recommended Posts

Hi,

I have some php script which writes code to a given file.

The problem I have is I keep getting an error with this one particular line:

 

$stringData.=" '<img src="' . \$row[\'image_path\'] . '"/>';  ";

 

 

It keeps giving the error:

 

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in ...

 

 

Does anyone know what the error could be please?

Cheers.

 

 

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.