Well, apparently PHP is emitting the slash from SERVER_NAME or REQUEST_URI.
http://php.net/manual/en/reserved.variables.server.php
If it's not coming from REQUEST_URI, you'll need to invoke a string function to strip off the undesired character.
Well, apparently PHP is emitting the slash from SERVER_NAME or REQUEST_URI.
http://php.net/manual/en/reserved.variables.server.php
If it's not coming from REQUEST_URI, you'll need to invoke a string function to strip off the undesired character.