bgcolor for php code die
Posted: Tue Oct 26, 2010 4:05 am
hi,
I want a background color when the page die opens.
Here is the code I have now, but only the text change in that color.
Can someone help me plz?
Tyvm
I want a background color when the page die opens.
Here is the code I have now, but only the text change in that color.
Can someone help me plz?
Tyvm
Code: Select all
<?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>');
}
?>