core/i.php

10 lines
130 B
PHP
Raw Normal View History

2023-08-14 09:15:58 +05:00
<?php
print_r($_POST);
print_r($_GET);
print_r($_REQUEST);
?>
<form method="post">
<input name=txt>
<input type="submit">
</form>