<?php $col = new stdClass; $col->name = 'foo_bar'; $text = <<<MySQL This works perfectly fine: $col->name. See? MySQL; echo $text;
You have javascript disabled. You will not be able to edit any code.