May 6 2016
Install Ubuntu PHP, ASP, JSP, Apache, Phpmyadmin, MySQL, FTP kurulumu
Ama klasik asp olayı sahte çalışmıyor çünkü bir şey kurmuyor 🙂
May 6 2016
Ama klasik asp olayı sahte çalışmıyor çünkü bir şey kurmuyor 🙂
By Burhan KARADERE • 2015 - 2016 • 0 • Tags: % Asp %, apache, FTP kurulumu, Install Ubuntu PHP, JSP, mysql, phpmyadmin, Ubuntu
Şub 13 2016
ö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 ?>
By Burhan KARADERE • 2015 - 2016 • 0 • Tags: ? Php ?, apache, bulma, count, for, php ile, select, sqlite, sqlite3
Eyl 18 2011
Ubuntu command shell den aşağıdaki komutları sıra ile çalıştırmanız yeterli olacak.
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
By Burhan KARADERE • ? Php ?, Ubuntu • 0 • Tags: ? Php ?, apache, apache2, directory browser, ftp, mysql, php5, phpmyadmin, Ubuntu, vsftpd
Oca 24 2017
Php Apache Access Control Allow Origin Multiple Origin Domains
<IfModule mod_rewrite.c> <IfModule mod_headers.c> # Define the root domain that is allowed SetEnvIf Origin .+ ACCESS_CONTROL_ROOT=karadere.com # Check that the Origin: matches the defined root domain and capture it in # an environment var if it does RewriteEngine On RewriteCond %{ENV:ACCESS_CONTROL_ROOT} !=”” RewriteCond %{ENV:ACCESS_CONTROL_ORIGIN} =”” RewriteCond %{ENV:ACCESS_CONTROL_ROOT}&%{HTTP:Origin} ^([^&]+)&(https?://(?:.+?\.)?\1(?::\d{1,5})?)$ RewriteRule .* – [E=ACCESS_CONTROL_ORIGIN:%2] # Set the […]
Devamı
By Burhan KARADERE • Genel • 0 • Tags: ? Php ?, access, apache, control, domains, ini, multiple, origin