summaryrefslogtreecommitdiff
path: root/htdocs/test.php
blob: 2475ceeb92eafe36c7c0bdde869211f272e1bb64 (plain)
1
2
3
4
5
6
7
<?php

print "foo is ";
print $_REQUEST['foo'];

?>