6 lines
59 B
PHP
6 lines
59 B
PHP
<?php
|
|
echo "<pre>";
|
|
print_r($register);
|
|
echo "</pre>";
|
|
|
|
?>
|