heredoc işine yarayabilir
örnek: <?php
$veri = <<<veri
<strong>r10</strong>
veri;
echo $veri;
?>
peki bu kod içersine <strong>r10</strong> yerine bu kodu nasl ekliyecez
<INPUT <?php echo in_array('ISO-9001', (array)$_REQUEST['standart']) ? 'checked="checked"' : '' ?> TYPE=CHECKBOX NAME="standart[]" value="ISO-9001">