|
Please login to access project updates and recent proofs. It's an effective way to check your materials remotely and keep up with project status. Please contact us if you are an existing client and have misplaced or have not received your login. |
require("../code/clientloginlist.php");
$loginfailed = (isset($_GET['login-failed']));
if (isset($_POST['submit']))
{
$username = $_POST['username'];
$password = $_POST['password'];
//echo '
username:'.$username.' client[]:'.$client[$username];
if ($client[$username]==$password)
{
setcookie("mprintlogin", $username, 0, '/');
//echo "would redirect to /login/$username";
header("location: /login/$username");
}
else
{
$loginfailed = true;
}
}
?>
|
Please login to access project updates and recent proofs. It's an effective way to check your materials remotely and keep up with project status. Please contact us if you are an existing client and have misplaced or have not received your login. |
706.549.7173 | contact@mprintdesign.com |