•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 426,249 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,096 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 367 | Replies: 1
![]() |
Hi,
I came up with this problem last night.
I have a URL http://www.mysite.com
How do I fetch the folder name that was supplied in the URL.
For example:
http://www.mysite.com/xyz
or
http://mysite.com/myfolder
or
http://www.mysite.com/xxx
Please note that I can either use www or http://www or just http:// in my domain name but I need to fetch the folder name that was supplied in the URL.
PS:
I tried the following code, but it didnt revealed the foldername supplied
Please help.
Thanx
I came up with this problem last night.
I have a URL http://www.mysite.com
How do I fetch the folder name that was supplied in the URL.
For example:
http://www.mysite.com/xyz
or
http://mysite.com/myfolder
or
http://www.mysite.com/xxx
Please note that I can either use www or http://www or just http:// in my domain name but I need to fetch the folder name that was supplied in the URL.
PS:
I tried the following code, but it didnt revealed the foldername supplied
<?php echo $_SERVER['HTTP_HOST']; ?>
Please help.
Thanx
•
•
Join Date: Aug 2005
Location: Cologne, Germany
Posts: 111
Reputation:
Rep Power: 4
Solved Threads: 9
maybe you look for: $HTTP_SERVER_VARS["REQUEST_URI"]
you get something like "/home/user123/htdocs/myfolder/"
than you can work the folder out with explode
you get something like "/home/user123/htdocs/myfolder/"
than you can work the folder out with explode
Last edited by sDJh : Mar 18th, 2008 at 7:16 am.
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Other Threads in the PHP Forum
- Previous Thread: row to colum
- Next Thread: About Popup Window


Linear Mode