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. JohnnnyB

    Sorting from mysql....

    I was trying to do "ORDER BY ip" query and failed. SELECT ip FROM test ORDER BY IF (ip RLIKE '\\.[0-9]{1}$', INSERT(ip,8,2,'0'), INSERT(ip,8,1,'0')) I get ip numbers with one digit at the end first, but they are not in ascending order. Why? 10.0.0.6 10.0.0.8 10.0.0.9 10.0.0.1 10.0.0.2...
  2. JohnnnyB

    accessing local .html files w/ gotonetpage in director8

    i'm burning a cd that i want compatible in both the mac os and win32 so i want the projector file to autorun and within the projector file there are links to external websites,.. gotonet page works fine when calling http:// addresses how do i call the pages using a local address on the cd in...

Part and Inventory Search

Back
Top