Site Administration User Name:
 
Password:
 
  "; } else ////////////////////////////////////////////////////////////////////////////////////// // // 2. SECOND TIME THROUGH. // ////////////////////////////////////////////////////////////////////////////////////// { $result = mysql_query("SELECT * FROM users WHERE user='$user_name' AND pass=password('$password') "); if (! $rowarray = mysql_fetch_array($result)) { echo "

We are sorry, but your username & password don't match what is in our records.

If you feel that this is an error and want to try again, click HERE to return to the login screen.

If you feel that there is an error, please contact CJG Design by email to get it resolved.

"; } else { echo "

You have been successfully logged in. Please click HERE to continue to the Main Administration Area.

"; } } ?>