Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have defined a variable in a "before record added" event and it does not seem to carry over into the "after record added" event. Is there s special syntax to use the variable in different events? It involves the same table.
You can use session variables. For example:
$_SESSION['test_var'] = 'test value';