Hello friends. I have the following script. Both the errors show green font when actually the first error should give a red font. Am I doing something wrong here?
Quote:
if($CategoryName==""){
Print "<font color=\#FF0000\">You have not entered the category name. Please go
back and enter the category name.</font>";
Exit;
}
if($password==""){
Print "<font color=\#00FF00\">You have not entered the password. Please go back and
enter the password.</font>";
Exit;
}
Unquote
Thanks
Denis

