Answers for "url $_get"

PHP
3

PHP get_url

$actual_link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
Posted by: Guest on December-02-2020
0

url get

@if(Request::url() === 'your url here')
    // code
@endif
Posted by: Guest on August-10-2021

Browse Popular Code Answers by Language