หน้าเว็บ
หน้าแรก
เกี่ยวกับฉัน
เรื่องของ PHP
พื้นฐาน VB.Net
คลายเครียด
7/24/2016
PHP : หาว่าหน้าที่อยู่นั้นชื่อไฟล์อะไร เพื่อนำไปใช้งานต่อ
PHP : หาว่าหน้าที่อยู่นั้นชื่อไฟล์อะไร เพื่อนำไปใช้งานต่อ
<?php
function curPageName() {
return substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1);
}
echo "The current page name is ".curPageName();
?>
ที่มา
http://webcheatsheet.com/php/get_current_page_url.php
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment