Posted by Jerry Stuckle on 02/11/06 23:40
noone wrote:
>
> To what does $_SERVER["DOCUMENT_ROOT"] translate? (should really be
> $_SERVER['DOCUMENT_ROOT']
>
> before the above require statement add the following to see...
> echo $_SERVER['DOCUMENT_ROOT']."/config/db_config.php\n";
> echo $_SERVER["DOCUMENT_ROOT"]."/config/db_config.php\n";
> flush();
No, the way he has it will work. It may be a little slower - but
there's no problem with it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|