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