Şu anda konum hangi URL edin

0 Cevap

Ben URL birisi şu anda hangi kontrol etmek istiyorum. Örneğin:

if(url=index.php?p=contact) {
    echo the code i want to run, 
}
else {
    do nothing 
}

Yani temelde, ben kullanıcı index.php?p=contact açıkken bir kod bloğu çalıştırmak istiyorum

0 Cevap