Is it possible to validate both numbers and decimal values using codeigniter validations class?
Coz i need to give the user to enter either a number or a decimal value. Eg: 10 or 1.5 or 30.45
In codeigniter validation class it allows to either validate a number or decimal separately.
Can someone tell me how can this validation be done in codeigniter?