Supedium December 14, 2020
php get url path name
parse_url( $_SERVER[ 'REQUEST_URI' ], PHP_URL_PATH );
You must be logged in to post a comment.