一個URL的一部分,我有以下PHP變量PHP,刪除變量
$currentUrl
這個PHP變量返回我當前的URL頁面。例如:它返回:
http://example.com/test-category/page.html?_ore=norn&___frore=norian
我可以使用什麼PHP代碼將以此爲URL鏈接,並刪除「的.html」後,一切會回到我一個乾淨的URL鏈接,例如:
http://example.com/test-category/page.html
這將在一個新的變量$ clean_currentUrl返回
http://php.net/manual/en/function.parse-url.php – hjpotter92