Created
November 1, 2018 21:11
-
-
Save fofotara/7907b64dc877fd9563d70888c3fa12d1 to your computer and use it in GitHub Desktop.
This file contains 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
$url = 'https://www.castajanspro.com/admin/basvuru.php?act=ist-1&page=1'; | |
$urlarray = explode("&", $url); | |
array_pop($urlarray); | |
$sonUrl = $urlstring = implode('',$urlarray) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$url = 'https://www.castajanspro.com/admin/basvuru.php?act=ist-1&page=1';