Re: [PHP] Don't Know how to Set the include Path

2002-02-20 Thread DL Neil
Dear Jack, > I had create a file called "contant.inc". > What i want to do is to use the require function() to point to this file, > but when i test it, it says: > > "Warning: Failed opening 'constant.inc' for inclusion (include_path='') in > C:\InetPub\wwwroot\php study\General News\news.php on

RE: [PHP] Don't Know how to Set the include Path

2002-02-20 Thread Rick Emery
Do you need to use an include path? Why not just use the include() function? Also, what are the contents of constant.inc? Perhaps the problem lies there. -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:03 AM To: [EMAIL PROTECTED] Subject: [