advanced code snippet search
soxiam on 03/25/08
url php parameter echo
03/25/08 09:02pm
1 person have marked this snippet as a favorite
Wiederkehr
<?php$something = $_GET['something'];echo "hello, $something";?>
Report this snippet Tweet
Comment:
You need to login to post a comment.