I'd like to validate against values in a database (or just the drupal database where I can add a table manually). Anyone able to help me with that (I'm simple not a php-dev)? This is confinient when dealing with a large amount of values.

Thanks,

Mike.

Comments

g089h515r806’s picture

Status: Active » Closed (won't fix)

This could be solved with php code validator.

Pramod E’s picture

I have a CCK form and it contains only one field, which is text field. Now corresponding to that field some data is there in SQL SERVER database now when I enter any value it has to check, whether the value which user has entered is there in the database field or not.

Kindly help me out. As I did a lot of searching related to it. but didn't got any solution...