Home › Forums › Back End › Parse error message? › Re: Parse error message?
April 9, 2013 at 10:56 am
#131134
Participant
change the quotes for class = “hour” from double to single or the outter ones from double to single.
note that inside double quotes you can have the values of variables withour concatanating.
so
''< td class='hour'> $hourA < td>''
would work too