Redirecting with query string variables
<?php header('Location: http://www.example.com/?monkey=turtle'); exit(); ?>