BroChris
01-15-2003, 08:22 PM
Ok, I just totally changed my question (and thus the subject as well).
My client's host doesn't have a specification for a SCRIPT_URL, is there something else that they do have that does the same thing? Here's their info: http://www.1pulse.com/phpinfo.php
Hmmm....maybe I'm just not calling for it correctly. Here's what I have in my document:
<?php print($_SERVER["SCRIPT_URL"]); ?>
What am I doing wrong? I know they've specified a REMOTE_ADDR (I see it on the info page), but when I try that, nothing happens either. I'm so confused.
My client's host doesn't have a specification for a SCRIPT_URL, is there something else that they do have that does the same thing? Here's their info: http://www.1pulse.com/phpinfo.php
Hmmm....maybe I'm just not calling for it correctly. Here's what I have in my document:
<?php print($_SERVER["SCRIPT_URL"]); ?>
What am I doing wrong? I know they've specified a REMOTE_ADDR (I see it on the info page), but when I try that, nothing happens either. I'm so confused.