Merhaba arkadaşlar php ile bor yapmaya çalışıyorum ancak kategorilere bağlandıktan sonra form kitleniyor.
yardımcı olursanız sevinirim.




ANDROİDCİN.MOBİ BOT

<script></script>
<script>
$(function(){
$("select[name=Katlanır]").change(function(){
$("form#veri").submit();

});
});
</script>






error_reporting(0);
function git($url) {
if (function_exists('curl_init')) {
$ch = curl_init($url);
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_COOKIEFILE, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_COOKIEJAR, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_COOKIESESSION, true );
curl_setopt( $ch, CURLOPT_REFERER, "googlebot" );
curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" );
$cikti = curl_exec($ch);
return str_replace(array("\n","\t","\r"),null,$cikti);
} else {
return file_get_contents($url);
}
}
?>
if ($Ykategori = $_POST["Katlanır"]){
$kbag = $Ykategori;
$kbagla = git($kbag);

}



?>
error_reporting(0);
$request = "https://www.kimonolabs.com/api/ondemand/8wb5sh6i?apikey=nXCes4rPrOGt43bDfGD2xdGd5bUOy8aA";
$response = file_get_contents($request);
$results = json_decode($response, TRUE);
$say = $results[results][collection1] ;
?>



























print_r($kbagla);
?>