<?php $title = 'Foo & Bar'; $content = '1 is < then 2'; $html = sprintf( '<div><h2>%s</h2><p>%s</p></div>', htmlspecialchars($title), htmlspecialchars($content) ); echo $html;
You have javascript disabled. You will not be able to edit any code.