1349 gün önce .htaccess seflink problemi
sorusunu cevapladı.
EDİT:bayi/adana-yuregi%CC%87r-digiturk-bayii seflinkte böyle yapıyor arkadaşlar ancak db'de düzgün görünüyor charset'inide düzgün yaptım replace kısmınıda sef'e uygun yaptım niye böyle oldu acaba?
1368 gün önce Php htaccess url gizleme
sorusunu cevapladı.
Benim derdim kampanya detay değil hocam bayii-detay olan kısım
1368 gün önce Php htaccess url gizleme
sorusunu cevapladı.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^kampanyalar/? kampanyalar.php [NC,L]
RewriteRule ^iletisim/? iletisim.php [NC,L]
RewriteRule ^kanallar/? kanallar.php [NC,L]
RewriteRule ^fatura-odeme/? fatura-odeme.php [NC,L]
RewriteRule ^super-lig-paketleri/? super-lig-paketleri.php [NC,L]
RewriteRule ^([0-9a-zA-Z-_]+)(/?)$ kampanya-detay.php?kampanya_sef=$1& [QSA]
RewriteRule ^([A-Za-zs0-9-]+)/?$ /bayii-detay.php?bayi_sef=$1 [QSA]
ErrorDocument 404 /404.php
htaccess dosyalarım bu şekildedir
1369 gün önce FTP'deki dosyalarımı indirince bilgisayarda veya farklı sunucuda çalışmıyor
sorusunu cevapladı.
problem çözüldü teşekkürler
1477 gün önce Php ile JSON veri çekip tabloya düzgün yansıtamıyorum
sorusunu cevapladı.
üstad sen cennetlik bir adamsın çok sağol çok teşekküre ederim
1477 gün önce Php ile JSON veri çekip tabloya düzgün yansıtamıyorum
sorusunu cevapladı.
Sorunu çözdüm arkadaşlar teşekkürler :)
1477 gün önce Php ile JSON veri çekip tabloya düzgün yansıtamıyorum
sorusunu cevapladı.
<?php include 'inc/header.php';?>
<?php
$array = json_decode(file_get_contents("https://digiturk-api.herokuapp.com/"));
?>
<div class="digi-purple py-3">
<div class="container">
<div class="row">
<table class="table table-dark">
<thead>
<tr>
<th scope="col">Kanal No</th>
<th scope="col">Kanal Logo</th>
<th scope="col">Kanal Ad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<?php foreach($array->sira as $row){?>
<?php echo $row;?>
<?php }?>
</td>
<td>
<?php foreach($array->resimler as $row){?>
<img src="<?php echo $row;?>";>
<?php }?>
</td>
<td>sa</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<?php include 'inc/footer.php';?>
1478 gün önce Nodejs array bir defa pushlama
sorusunu cevapladı.
Tayfun hocam,siz gerçekten bu iş için dünyaya gönderilmişsiniz.
Sevgiler <3
1478 gün önce Php id gizleme
sorusunu cevapladı.
sen çok yaşa emi Tayfun hocam çok teşekkür ederim.