|
C
|
cgphp 4/23/2012 |
|
If the numeric value is in the same table of the "authentication" table (where user and password are stored), enter the following code in the "After successful login" event: if($data['numeric_value_field_name'] >= 300)
|
|
|
S
|
scoobysteve author 4/24/2012 |
|
If the numeric value is in the same table of the "authentication" table (where user and password are stored), enter the following code in the "After successful login" event: if($data['numeric_value_field_name'] >= 300)
|
|