Re: [PHP] problem with using include files

2002-08-27 Thread Stas Maximov
This should help you. This way the browser will look for images directory in the root of your webserver. Regards, Stas - Original Message - From: "Ivan Carey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 1:50 PM Subject: [PHP] prob

[PHP] problem with using include files

2002-08-27 Thread Ivan Carey
Hello The problem I have when using include files is the path to different parts of the web site. To Explain: I have a header.inc file in an inc directory: root |___inc | |___header.inc | |___images | |___topbar_01.gif | |___faq |___faq.php In the header.inc file th