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 dencom 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: musalpay
  • Content: Threads
  • Order by date
  1. musalpay

    Time difference

    <% onlndt = now() - 0.004 onlinemembers = conn.execute("SELECT count(*) FROM members where lastlogindate > '"& onlndt &"' ORDER BY lastlogindate ")(0) %> I am trying to count the number of members logined last one minute or another time range. But onlinemembers always shows "0" What should I...
  2. musalpay

    long identifiers

    Is there any difference between fikra.asp?id=123 and fikra.asp?id=1594563575 for google. http://www.dersisteyen.com http://www.ozelders.gen.tr
  3. musalpay

    making **.com/film.asp?id=121 as **.com/film/121

    making **.com/film.asp?id=121 as **.com/film/121 How can I make this? I think these are virtual folders.

Part and Inventory Search

Back
Top