On Thursday March 27 2003 08:42 am, you wrote:
> How can php echo out the host header name?
>
> In asp it could be
> <% response.write (request.servervariables("HTTP_HOST") ) %>
echo "$SERVER_NAME";
or
echo "$SERVER_NAME.$REQUEST_URI";
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:17:01 EDT