By Farouk111 on
hello
am writing a php script and i need to get some page names, what is the variable that i should use to get a page name or path?
hello
am writing a php script and i need to get some page names, what is the variable that i should use to get a page name or path?
Comments
Use $title
And arg(0) or arg(1) to get the arguments in the actual url (not the clean url) of the current page.
Use $title
And arg(0) or arg(1) to get the arguments in the actual url (not the clean url) of the current page.
thanks alot , it
thanks alot , it worked:)))
www.2knowmyself.com
The Ultimate Source For Self Understanding and Personal Growth