Eki 20 2014
Word Press Tags php select script.
Word Press tag larını etiket label select ile çeken php mysql script kodu.
Eki 20 2014
Word Press tag larını etiket label select ile çeken php mysql script kodu.
By Burhan KARADERE • ? Php ?, Bilişim - IT Haber, Programlama - Software • 0 • Tags: blog, kosu, label, press, select, tags, world, worldpress
Eki 16 2014
Mysql php select in select örneği
By Burhan KARADERE • ? Php ?, Programlama - Software • 0 • Tags: ? Php ?, in, my, mysql, select, select in select, select to select
Nis 17 2014
<select name=”country” id=”country”> <option value=”AF”>Afghanistan</option> <option value=”AL”>Albania</option> <option value=”ID”>Indonesia</option> <option value=”ZW”>Zimbabwe</option> </select> <script> function sec(i){ alert(i); var country = document.getElementById(“country”); country.options[i].setAttribute(“selected”, “selected”); } </script> <a href=”javascript:void(0);” onclick=”sec(3);” >sec</a>
By Burhan KARADERE • Java Script • 0 • Tags: html, index, java, javascript, option, script, select, selected
Şub 13 2016
Php SQlite select count(*) kayit sayisi bulma
örnek telefonrehberi tablosundaki ilgili koşula göre kayıt sayısı bulmak (ada göre arama) <?php if(!$db){ echo $db->lastErrorMsg(); } else { // db baglandi ise yapilacaklar $sql = “SELECT count(*) FROM telefonrehberi where adim= ‘”.$adi.”‘” ; $results = $db->query($sql); $row = $results->fetchArray(); $kayitsayisi = $row[0]; $db->close(); // db kapat ?> kayit sayısı : <?=$kayitsayisi ?>
Devamı
By Burhan KARADERE • 2015 - 2016 • 0 • Tags: ? Php ?, apache, bulma, count, for, php ile, select, sqlite, sqlite3