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 IamaSherpa 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: *

  1. dodita

    How many visitors are currently online:) How can I do it in PHP?

    Here is my code, remember to add the db by yourself. Hope it'd help you out function online() { $ip = getenv(&quot;REMOTE_ADDR&quot;); $past = time()-900; mysql_query(&quot;DELETE FROM session WHERE time < $past&quot;); $result = mysql_query(&quot;SELECT time FROM session WHERE...

Part and Inventory Search

Back
Top