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!

Recent content by dmengual

  1. dmengual

    Storing Session Variables retrieved from MySQL Database??

    Type this in your login page: (login.php) <?php // First we start session session_start(); ob_start() ?> <?php if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="Only authorized access"'); header('HTTP/1.0 401 Unauthorized'); echo...

Part and Inventory Search

Back
Top