Je moet ingelogd zijn om te stemmen.
<?php echo 'hoi'; ?>
<?phpecho 'hoi';?>
<? $string = "<?php echo \"test\"; ?>"; echo htmlentities($string); ?>
<?$string = "<?php echo \"test\"; ?>";echo htmlentities($string);?>