Merhaba ben get ile direk gönderiyorum

window.location = "../b.php/" +id + "/" + inputValue;

b.php'de işlem kodları şu şekilde


$pID = $_GET['id'];
$miktar = intval($_GET['miktar']);

$uyeKredi=$uyeBilgi->kredi;
$carp = 2 * $miktar;
$cikar = floor($uyeKredi - $carp);
if ($cikar >= 0) {
$okey = 1;
if($okey == 1)
{
$i = 0;
$get_users_sql = DB::query("SELECT * FROM Likers where aktiflik='1' AND fulltoken = '1' order by rand() LIMIT $miktar");
foreach($get_users_sql as $row )
{
$liking = curl_get_file_contents('https://graph.facebook.com/'.$pID.'/likes?access_token=' . $row->access_token . '&method=post');

}
}