<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="code.xsl" ?>
<dns4.nl>
<voorbeeld>
<title>5 sterren rating</title>
<verwijzende_link>http://www.dns4.nl/pagina/php_code/5_star_rating.html</verwijzende_link>
<informatie>
Stop de style regels in de head sectie van de pagina.
De overige code waar je de sterren wilt tonen.

</informatie>
<programma_code>
<![CDATA[
<!-- de code begint vanaf hier.

	<style type="text/css">
		.balk{font-size:24px;color:#ffbb00;background:inherit;}
		.ster{
			font-style:normal;
			position:absolute;
			width:0.5em;
			height:1em;
			overflow:hidden;
			}
	</style>


	<?php
		$x=71;
		function rond_af_op($getal,$afronding){$afronding=1/$afronding;return (round($getal*$afronding)/$afronding);}
		if($x<1){$x=1;}if($x>99){$x=99;}$x=($x/20);$x=rond_af_op($x,0.5);
		if($x==0){echo '<strong class="balk">&#9734;&#9734;&#9734;&#9734;&#9734</strong>';}
		if($x==0.5){echo '<strong class="balk"><strong class="ster">&#9733;</strong>&#9734;&#9734;&#9734;&#9734;&#9734;</strong>';}
		if($x==1){echo '<strong class="balk">&#9733;&#9734;&#9734;&#9734;&#9734</strong>';}
		if($x==1.5){echo '<strong class="balk">&#9733;<strong class="ster">&#9733;</strong>&#9734;&#9734;&#9734;&#9734;</strong>';}
		if($x==2){echo '<strong class="balk">&#9733;&#9733;&#9734;&#9734;&#9734</strong>';}
		if($x==2.5){echo '<strong class="balk">&#9733;&#9733;<strong class="ster">&#9733;</strong>&#9734;&#9734;&#9734;</strong>';}
		if($x==3){echo '<strong class="balk">&#9733;&#9733;&#9733;&#9734;&#9734</strong>';}
		if($x==3.5){echo '<strong class="balk">&#9733;&#9733;&#9733;<strong class="ster">&#9733;</strong>&#9734;&#9734;</strong>';}
		if($x==4){echo '<strong class="balk">&#9733;&#9733;&#9733;&#9733;&#9734</strong>';}
		if($x==4.5){echo '<strong class="balk">&#9733;&#9733;&#9733;&#9733;<strong class="ster">&#9733;</strong>&#9734;</strong>';}
		if($x==5){echo '<strong class="balk">&#9733;&#9733;&#9733;&#9733;&#9733</strong>';}
	?>

de code is hier geeindigd.
// -->
]]>
</programma_code>
<code_link>http://www.dns4.nl/pagina/alle_tekst_files.html</code_link>
</voorbeeld>
</dns4.nl>
