Quote:
Originally Posted by Adult Site Traffic
When I use the SSI (or include .php) version, it only displays "<!--Logged User-->" in the page source, not the full path to the script. That's why I want to do it this way.
|
that will always give you the relative path, not the full path - you need to cwd() to the script directory before including (with virtual() for eg), if that's what is causing you probs...