while( list( $key, $val ) = each( $HTTP_POST_VARS ) ) { echo "<b>" . $key . ":</b>" . $val . "<br>"; }