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

<?php
echo "<b>Some arg:</b>";
echo "<br>";
echo $_GET['arg'];
?>