// If this is an error message, display the error image and the return message
if ($errorCode > 0)
{
?>
 |
Error Message
=$returnMessage;?> Error code: =$errorCode?>
}
else
{
// this is not an error message, display the info image and the return message
?>
|  |
Operation Complete
=$returnMessage;?>
}
?>
Close
Message
|