Hi,
Here is a simple function which can be used to parse the URL.
parse_url is a built in php function which can be used to parse url and get the type of request like whether its http or https or ftp, gives the domain name like www.google.com and path and the query.
scheme - http
url - www.chaprak.com
path - /articles.php
query - cat_id=6
For more information
click here.
Artikel keren lainnya: