Re: include, relative path



..oO(^AndreA^)

Guys, sorry for my lateness... Thank you very much for your answers!

At the end I did simple:
include '../libraries/db_details.php';

It seems so simple and sounds strange to me that I didn't try it... I
really don't know what I was thinking that day... ;-)

An absolute path based on $_SERVER['DOCUMENT_ROOT'] would still be the
better and more reliable choice. You also should keep your library
_outside_ the document root for security reasons.

Micha
.