Search found 2 matches

by simonhooper
Fri Sep 05, 2003 1:38 am
Forum: PHP - Code
Topic: relative paths and require()
Replies: 2
Views: 264

Thanks for interest.

Both development and production machines are Windows.

Is there a php oncifguration setting that might affect this?

Simon
by simonhooper
Thu Sep 04, 2003 11:44 am
Forum: PHP - Code
Topic: relative paths and require()
Replies: 2
Views: 264

relative paths and require()

Problem: The production server and development server determine different current directories. My development directory structure is like: c:\inetpub\wwwroot\project\main\login.php c:\inetpub\wwwroot\project\main\errorhandler.php c:\inetpub\wwwroot\project\library\libone\dbconnect.php login.php refe...