Forum Moderators: open
and path si determined with complete domain name with www and also / like:
$_PATHHOME = "http://www.mydomain.com/";
Strange that when I put link with this path into logo link it
1. will be redirected to [mydomain.com...]
2. the same in IE but in IE is perfect design. Mozilla has corrupted font sizes, borders..
3. Is it better to have $_PATH1 ="http://" . $_SERVER['HTTP_HOST']."/"; or
$_PATH6 =$_SERVER['DOCUMENT_ROOT']."/";
4. I have heard that PATH like $_SERVER['HTTP_HOST'] is not good to be used for included files.