SHTML variables
Those are just some variables you can put in your SHTML document.
The following one will display the document name.
<!--#echo var="document_name" --> This one will display the folders in which the document is.
<!--#echo var="DOCUMENT_URI" --> This one displays the current date and time.
<!--#echo var="DATE_LOCAL" --> This one displays when the document was last modified.
<!--#echo var="last_modified" --> This one shows the visitor IP adress.
<!--#echo var="remote_addr" --> This one displays the referer to your page
<!--#echo var="http_referer" --> And finally, this one displays which browser the visitor uses.
<!--#echo var="http_user_agent" -->
Related Posts
Sponsors
Leave a Comment
Works? Doesn't work? Other tips? Please leave a comment! :)