PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
handell
Forum Newbie
Posts: 7 Joined: Sat Feb 14, 2009 9:18 pm
Post
by handell » Sat Feb 14, 2009 9:25 pm
I cannot seem to get the directory of '
http://curfer.com/resume ' to read back true.
What am I doing wrong here.
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098 Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia
Post
by Chris Corbyn » Sat Feb 14, 2009 9:46 pm
is_dir() does not work on http resources. It only works for filesystem resources.
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098 Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia
Post
by Chris Corbyn » Sat Feb 14, 2009 9:47 pm
Moved to PHP Code