FATAL ERROR: Cannot use assign-op operators ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

FATAL ERROR: Cannot use assign-op operators ?

Post by ChibiGuy »

I get the following error when trying to eval() the code succeeding the error

Code: Select all

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /home/xl-netwo/public_html/gsans/template/templates.class(263) : eval()'d code on line 1

Code: Select all

$OPEN = '$BLOCKSїSUBBLOCK]їSUBBLOCKA]їSUBBLOCKB]їSUBBLOCKC]';
eval("$OPEN .= \$linesї\$i];"); // $linesї$i] is a line of text
Does anyone know what the error means?
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

Post by ChibiGuy »

help... lol
:!:
Post Reply