HANYANG_REACT/www/ksvc/kbrd/in.up.php

8 lines
79 B
PHP

<?php
print_r($_POST);
print_r($_GET);
print_r($_REQUEST);
print_r($_FILES);