Return to Snippet

Revision: 5682
at March 25, 2008 21:02 by soxiam


Initial Code
<?php
$something = $_GET['something'];
echo "hello, $something";
?>

Initial URL


Initial Description


Initial Title
displaying parameter passed from url

Initial Tags
url, php

Initial Language
PHP