jrSetFormNotice
The jrSetFormNotice function is used for setting a session variable that contains information about an error/success message.
bool
jrSetFormNotice
(string $type, string $text, [bool $strip = true])
-
string
$type: Type of message (error, notice, warning, success)
-
string
$text: Text of message
-
bool
$strip: Whether or not to strip HTML from message text
|