Skip to content

Instantly share code, notes, and snippets.

@tahaghafuri
Created August 16, 2022 07:16
Show Gist options
  • Save tahaghafuri/92f84895f189d6b3d13114acfdb27880 to your computer and use it in GitHub Desktop.
Save tahaghafuri/92f84895f189d6b3d13114acfdb27880 to your computer and use it in GitHub Desktop.
<?php
$url=$_GET['url'];
if(!empty($url)){
header('Location: '.$url);
//Content
}else{
echo 'URL Is Empty!';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment