Mysql ve Php Türkçe karakter sorununa kesin çözüm Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar Ağustos 25, 2022 $baglanti = mysqli_connect(DB_SERVER, DB_USER, DB_PASSWORD, DB_DATABASE);$baglanti->set_charset("utf8"); // echo no users JSON echo json_encode($response, JSON_UNESCAPED_UNICODE); Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar Yorumlar
Android Studio class mantığı Ağustos 15, 2022 class KlassAdi{ int x = 10 ; int y = 20 ; void toplametodu() { int x = 40 ; x = x + y ; print(x); } void carpmametodu() { x = x * y ; print( x ); } } Devamı
Php Sunucu tarafında görünen, görünmeyen yorum satırları Ağustos 26, 2022 <!DOCTYPE html > <html lang = "en" > <head> <title><?php echo "Php Dersleri" ? ></title> </head> <body> <div> <!-- Sunucuda Görünen Yorum--> <?php // echo "Sunucuda Görünmeyen Yorum için //<br>"; # echo 'Sunucuda Görünmeyen Yorum için #'; // echo 'Sunucu Tarafında çalıştırılmasın /**/'; ? > </div> </body> </html> Devamı
Yorumlar
Yorum Gönder