" tag:
[php]
$myvar = 'Hello World!';
for ($i = 0; \$i < 10; \$i++)
{
echo $myvar . "\n";
}