Get query string : Query String « Development « PHP






Get query string

// http://www.myhost.com/test.php?aaa+bbb+ccc+ddd


<?
echo "The command line data: $QUERY_STRING";
?>
           
       








Related examples in the same category

1.Send data without a form
2.A Function to Build Query Strings