How can you make the if -clause which do this and this
strong> ise
- PHP ile URL hiçbir değişken yoktur?
- PHP ile URL değeri olan hiçbir değişken yoktur?
Için eğer bendi için doğru olmalı URL örnekleri #1:
www.example.com/index.php
example.com/index.php
example.com/index.php?
Için eğer bendi için doğru olmalı URL örnekleri #2:
example.com/index.php?successful_registration
example.com/index.php?successful_login
Aşağıdaki 1 $ için benim başarısız olursa-deyimdir
if (isset($_REQUEST[''])) {
// do this
}