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

    Dialog box goes not return user name and password

    My program is launching a dialog box to prompt for the user name and password. However, these variables aren't being set. This is the code: <?php if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized'); echo 'Text to...
  2. crossland

    No Server Service on Windows 2000 Professional

    I am trying to install a package and the vendor has advised me that I need to have a service called server running on Windows 2000 professional. This service isn't listed under the services list presently. Do I need to install something else?

Part and Inventory Search

Back
Top