PDA

View Full Version : Log File question


novaman
3-18-02, 07:46 AM
How would I point my script to read log files? Since it is in th root not htdocs.

Thanks

Starr
3-18-02, 10:29 AM
Just make the call similar to:

"/logs/access_log"

You could also specify the full path:

"/www/u/user/logs/access_log" (replace the "u" and "user" w/ the first letter of your username and your username).