PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
if ($check2 == 0) {
echo "<font style='background-color:red'>";
die('That user does not exist in our database. <a href=register.php>Click Here to Register</a>');
}
?>
die('<style type="text/css">body{background-color: red;}</style>That user does not exist in our database. <a href=register.php>Click Here to Register</a>');