This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
titama/res/php/ajax_get_arg.php

6 lines
66 B
PHP
Raw Normal View History

2015-10-21 10:47:50 +02:00
<?php
echo "<b>Some arg:</b>";
echo "<br>";
echo $_GET['arg'];
?>