Files

9 lines
57 B
PHP
Raw Permalink Normal View History

2017-05-26 15:17:48 +04:00
<?php
echo "val=".$_REQUEST['name_hid'];
?>