Re: [PHP-WIN] php include problem

2007-03-28 Thread Hartleigh Burton
My bad ;) On 29/03/2007, at 11:32 AM, Niel Archer wrote: Hi When including try using ./new/images instead of /new/images the . should tell it to start at root level. No. the '.' tells it to start at current directory. '../' would tell it to start at the parent directory (one level high

Re: [PHP-WIN] php include problem

2007-03-28 Thread Niel Archer
Hi > When including try using ./new/images instead of /new/images > > the . should tell it to start at root level. No. the '.' tells it to start at current directory. '../' would tell it to start at the parent directory (one level higher) so: "../images/" would work in this example. bob's ad

Re: [PHP-WIN] php include problem

2007-03-28 Thread Hartleigh Burton
When including try using ./new/images instead of /new/images the . should tell it to start at root level. On 29/03/2007, at 7:42 AM, Pivi wrote: Hi! I have this files in my root folder index.php header.php footer.php "images" folder then i made one new folder "new" and i copied index.php,

Re: [PHP-WIN] php include problem

2007-03-28 Thread bob plano
just use absolute URL's when you have the script include the pictures On 3/28/07, Pivi <[EMAIL PROTECTED]> wrote: Hi! I have this files in my root folder index.php header.php footer.php "images" folder then i made one new folder "new" and i copied index.php, header.php and footer.php in this

[PHP-WIN] php include problem

2007-03-28 Thread Pivi
Hi! I have this files in my root folder index.php header.php footer.php "images" folder then i made one new folder "new" and i copied index.php, header.php and footer.php in this new folder (also leaving this files in root folder, too). Now header.php and footer.php files in folder "new" are s