relative/absolute path

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

Post Reply
anotherJean
Forum Newbie
Posts: 22
Joined: Tue Mar 30, 2004 3:59 pm

relative/absolute path

Post by anotherJean »

hi :)

I'm not able to use relative paths in include() anymore.just absolute ones work. any idea why this?

need to mention that I've upgraded php and actually anything else...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

maybe your include_path settings have changed? :?
anotherJean
Forum Newbie
Posts: 22
Joined: Tue Mar 30, 2004 3:59 pm

Post by anotherJean »

indeed , I added

Code: Select all

.:/php/includes:/usr/share/php
does not work though :cry:
Post Reply