echo "something here"; die; // you can user exit(); also
$_GET['whatever'] = "bla"; $brand_new_var = $_GET['whatever'];