6 lines
66 B
PHP
6 lines
66 B
PHP
|
<?php
|
||
|
echo "<b>Some arg:</b>";
|
||
|
echo "<br>";
|
||
|
echo $_GET['arg'];
|
||
|
?>
|