Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jeffp
  • Order by date
  1. jeffp

    How do I collect IP address of the user from Internet

    In ASP:<br><br>HOSTNAME:<br>&lt;% = Request.ServerVariables(&quot;SERVER_NAME&quot;) %&gt;<br>IPADDR:<br>&lt;% = Request.ServerVariables(&quot;REMOTE_ADDR&quot;) %&gt;<br>CURRENT DATE/TIME:<br>&lt;% = Now %&gt;<br><br>etc.. that's all I know off the top of my head.. the rest (counter, length of...
  2. jeffp

    SQL join/question

    ok i've got a table visitors containing<br><br>long userid&nbsp;&nbsp;&nbsp;' user id<br>long visid&nbsp;&nbsp;&nbsp;&nbsp;' visitor id<br>date visdate&nbsp;&nbsp;' date of visit<br><br>then a table called userfull that contains user information:<br><br>long userid<br>string handle ' name of...

Part and Inventory Search

Back
Top