Current location: Hot Scripts Forums » Programming Languages » PHP » retrieve directory


retrieve directory

Reply
  #1 (permalink)  
Old 06-18-03, 09:01 AM
Greg's Avatar
Greg Greg is offline
iNET Graphics Guru
 
Join Date: May 2003
Location: Kansas City
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Question retrieve directory

I am wanting to display a particular graphic on a site depending on what directory of the site the user is in. What php code can I use to take the url and strip everything off of it but the directory name? I am also thinking about doing something similar with the name of the html file they are browsing as well.

Anything help you could provide would be a great help.. thanks.
__________________
Greg Pabst
HotScripts.com Graphics Guru
Reply With Quote
  #2 (permalink)  
Old 06-18-03, 11:32 AM
phpkid phpkid is offline
Hot Moderator ;)
 
Join Date: Jun 2003
Location: India
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Greg,

Try

PHP Code:



<?php

$url 
'http://www.yahoo.com/hello/hi/my.php';

$arr parse_url($url);
$info pathinfo($arr['path']);
print
'Directory is ' basename($info['dirname']);
print
'<hr>';
print
'File is ' $info['basename'] ;


?>
Regards,
JD
__________________
http://www.phpkid.org
Reply With Quote
  #3 (permalink)  
Old 06-18-03, 12:15 PM
Greg's Avatar
Greg Greg is offline
iNET Graphics Guru
 
Join Date: May 2003
Location: Kansas City
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks.. I appreciate your help.
__________________
Greg Pabst
HotScripts.com Graphics Guru
Reply With Quote
  #4 (permalink)  
Old 06-19-03, 03:10 AM
phpkid phpkid is offline
Hot Moderator ;)
 
Join Date: Jun 2003
Location: India
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Glad that I was able to help.

Regards,
JD
P.S.: Could you please check my PM and reply?
__________________
http://www.phpkid.org
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
i know how to delete a file! but how to delete a directory? forcer JavaScript 3 01-28-04 07:00 AM
Programs directory like Webattack or similar Fer Script Requests 0 10-06-03 02:09 PM
Upload to user-defined directory? tom PHP 1 09-26-03 11:14 AM
Showing images in a directory Bob PHP 4 08-25-03 08:16 AM
Need Business Directory w/Database woodbnice Job Offers & Assistance 3 06-29-03 11:47 AM


All times are GMT -5. The time now is 06:11 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.