Initial commit
This commit is contained in:
parent
bdecb95b7d
commit
39ff574037
19 changed files with 851 additions and 0 deletions
5
res/php/ajax_get_arg.php
Normal file
5
res/php/ajax_get_arg.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
echo "<b>Some arg:</b>";
|
||||
echo "<br>";
|
||||
echo $_GET['arg'];
|
||||
?>
|
Reference in a new issue