I\'m trying to see if i can open a header location like this:
if ($_GET[\'id\'] == 99993) { header(\"Location: page.php\"); }
and get it to
Redirect to the pretty photo URL instead of the php file.
header("Location: http://yoursite.com/page?pretty_photo_url");