Welcome Guest, Not a member yet? Register   Sign In
[Turkish] CodeIgniter-3.1.11 send value with uri
#2

Selamlar,

PHP Explode fonksiyonunu kullanabilirsin.

PHP Code:
<?php
$url 
"kayıt / change_timezone / Amerika / New_York."//urlyi çekmelisin. Ben örnek olarak yazdım.

$lets_explode explode("/"$url);   // $url'yi '/' karakteri ile parçala
$ulke =  $lets_explode[2];
$sehir $lets_explode[3];

$sonuc $ulke.'/'.$sehir;  // istedigin herhangi bir kombinasyonu böylece yakayalabilirsin
?>
Reply


Messages In This Thread
RE: [Turkish] CodeIgniter-3.1.11 send value with uri - by demyr - 08-12-2020, 04:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB