Hello,
Maybe someone knows..
I have a form that check if value exsist in DB. If exsist, textfield is valid:
"SELECT * FROM table WHERE column = textfield"
Now I have this table column with some kind of status id. And I want a 2th WHERE clause on the same field.
"SELECT * FROM table WHERE column = textfield AND status_id = 2"
How do I get this done with the bootstrap validator?
Thanks |
|
|