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 Wanet Telecoms Ltd 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: DanLW
  • Content: Threads
  • Order by date
  1. DanLW

    Connection failure to MSSQL on remote machine, using mssql_connect()

    I am failing to connect to a MSSQL database on a remote machine using mssql_connect(). $db = mssql_connect (‘<remote db server name>’, ‘<username>’, ‘<password>’); if (!$db) { echo “connection failure”; } else { echo “connection successful”; mssql_close(); } // returns “connection...
  2. DanLW

    'Skip' to next tabindex - forms/checkboxes

    Hello Is it possible to skip to the next field in the tabindex on a form, bypassing all of the options in a checkbox list? To save the user having to tab unnecessarily through checkbox fields, when none are to be checked, I'd like to give the user a keyboard option to skip to the next field...

Part and Inventory Search

Back
Top