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
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
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,
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
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