How to create different folders and pages in domain in wordpress.
How to create different folders and pages in domain in wordpress. I am using avada theme in wordpress. I want to make a custom page. [...]
installed the classic editor on wordpress, but the toolbar does not appear above it.
showing the toolbar is easy. Step by Step 1-Go to users in Wordpress Users (on left side-bar) 2-select your profile then, clickt edit link 3-"Visual [...]
Programlama İç İçe Döngü Mantığı soru ve çözümü
Programlama İç İçe Döngü Mantığı soru ve c++, java, python, php çözümleri Soru: Klavyeden girilen sayı için aşağıdaki gibi çıktıyı veren programı yapınız. enter [...]
Programlama Öğrenenlere Merdivenli Soru ve Çözümü: C++, Python, Java, Php
Programlama Öğrenenler için; Klavyeden girilen sayı için aşağıdaki çıktıyı veren programı yazınız Enter a number:5 * ** *** **** ***** Öncenlikle siz çözünüz, daha [...]
How to parse query string
Host ve query kısmını ayırma http://localhost/test.php?email=test@gmail.com&id=10 şeklindeki bir isteği pars etmek için aşağıdaki mini.php uygulaması ve çıktıları verilmiştir. <?php $ip=$_SERVER['REMOTE_ADDR']; $phpfile=$_SERVER['SCRIPT_NAME']; $query=urldecode($_SERVER['QUERY_STRING']); print $ip."<br>"; [...]
Where does the request come from?
Php ile Cihaz Bilgisi öğrenme (Masaüstü / Mobile) Php de isteğin hangi cihazdan (masaüstü mü/ mobil cihaz mı) olduğunu öğrenmek için mini fonksiyon aşağıda verilmiştir. [...]