Created
August 16, 2022 07:16
-
-
Save tahaghafuri/92f84895f189d6b3d13114acfdb27880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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