<?php
	foreach($value AS $key => $data)
	{
		echo "$key : $data<br />\n";
	}
	?>

	/wx3.dk