Wednesday 28 August 2013

Concatenating EOT data onto string in PHP?

Concatenating EOT data onto string in PHP?

I'd like to concatenate some EOT data to a string, but it is giving me
errors, the code is this:
$htmlViewAppointments .= <<<EOT
<tr><td>$obj['Year']</td></tr>
EOT;

No comments:

Post a Comment