' ') { $script_name .= '?'.$_SERVER['QUERY_STRING']; } } if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { $_SERVER['FULL_URL'] .= 's'; } $_SERVER['FULL_URL'] .= '://'; if($_SERVER['SERVER_PORT']!='80') { $_SERVER['FULL_URL'] .= $_SERVER['HTTP_HOST'].':'.$_SERVER['SERVER_PORT'].$script_name; } else { $_SERVER['FULL_URL'] .= $_SERVER['HTTP_HOST'].$script_name; } if (isset($_POST['submit'])) { // Handle the form. if (isset($name)){ $name = $_POST['name']; } require_once ('qbosses/Qboss_connect.php'); // Connect to the db. // Create a function for escaping the data. function escape_data ($data) { global $dbc; // Need the connection. if (ini_get('magic_quotes_gpc')) { $data = stripslashes($data); } return mysql_real_escape_string($data, $dbc); } // End of function. $message = NULL; // Create an empty new variable. // Check for a username. if (empty($_POST['username'])) { $u = FALSE; $message .= '

You forgot to enter your username!

'; } else { $u = escape_data($_POST['username']); } // Check for a password. if (empty($_POST['password'])) { $p = FALSE; $message .= '

You forgot to enter your password!

'; } else { $p = escape_data($_POST['password']); } if ($u && $p) { // If everything's OK. $loginAttempts = !isset($_POST['loginAttempts'])?1:$_POST['loginAttempts']; if ( $loginAttempts >= 3 ) { $message = "

Log In
Failed.

"; header ("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/index.html"); exit; } // Retrieve the user_id and first_name for that username/password combination. $query = "SELECT client_user_id, first_name FROM quantumwebsite.client_user WHERE username='$u' AND password=PASSWORD('$p')"; $result = @mysql_query ($query); // Run the query. $row = mysql_fetch_array ($result, MYSQL_NUM); // Return a record, if applicable. if ($row) { // A record was pulled from the database. // Set the cookies & redirect. session_name('Quantumtechee_visit'); session_start(); $client_user_id = $row[0]; $_SESSION['client_user_id'] = $row[0]; $_SESSION['first_name'] = $row[1]; $query = "INSERT INTO quantumwebsite.session_table(session_val) values($client_user_id)"; $result = @mysql_query($query); //get the session_id $session = 5; header ("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/start_page_x534263.php"); exit(); // Quit the script. } else { // No record matched the query. header ("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/start_page_x3345.php"); exit(); // Quit the script. } mysql_close(); // Close the database connection. } else { $message .= '

Please try again.

'; } } // End of the main Submit conditional. // Print the error message if there is one. /** * if (isset($message)) { * //echo ""; * //echo ""; * //echo ""; * //echo ""; * //echo "
" ; * echo '', $message, ''; * //echo "
"; * * } */ ?> Quantum Information Systems Inc.
Home | Careers | Contact US
Quantum Information Systems
 
 
 
 
Company Profile
Executive Team
Solutions
Staffing
Clients
Careers
Contact Us
Member Sign In.
 
Login Page
Username:  
Password:  
 
', $message, ''; $message = NULL; } ?>

Systems Engineering and Technical Solutions

We understand that investment in technology has become increasingly entangled with business risks. It is for this reason that Quantum Information Systems focuses our technology expertise on complementing the vision and goals of our clients. We make sure, at each step, that our software or internet application still supports the final goal of your project. We also understand that how people use technology is just as important as the technology itself. Using a human-centered approach, we emphasize information use over data, transience and flexibility over permanency, and client-based solutions over off-the-shelf structures. As a part of this approach, we offer training services to fully integrate new technologies into the business environment.


QIS Expertise is in the following areas:

  •  Application Development & Database Design
  •  Enterprise Resource Planning

We use an offshore/onshore model which allows our cost structure, which offers our clients the kind of expertise and experience that usually cost more.


Application Development & Database Design

Our expertise is in developing robust applications, starting from the requirements phase to the deployment stage. Some of the technologies we have experience in are .NET, JAVA, PHP, Oracle, SQL server.

We also design and develop databases for optimum performance of mission critical applications

  •  Custom Applications
  •  Custom Database Applications
  •  Database Implementation
  •  Database Administration
  •  Data Conversion
  •  Software Testing

Enterprise Resource Planning

ERP systems can help to improve your day-to-day operations. Let us help to integrate your operation.

ERP systems have been deployed in may leading organizations with varying results. Our ERP practice combines industry expertise with a partnership with leading ERP companies. Our ERP soultion will streamline your needs and support your key business process

We offer proven expertise in:

  •  Human Capital Management
  •  Financials
  •  Operations







 


Headquarters



530B Huntmar Park Drive,
Suite M
Herndon, VA 20170
Phone: (703)657-0991


Press

 

Please contact us to learn more about Quantum Information Systems Inc.
Quantum Information Systems, Inc. All Rights Reserved.