<?php if(isset($_GET['content'])){ reset($_GET); while(list($i,)=each($_GET)){ echo '<b>'.$i.'</b> = '.$_GET[$i].'<br>'; } } else{ echo 'no content'; } ?>
info at phpclasses dot org