Please Log in or Create an account to join the conversation.
erichf wrote:
This SQL query check field will verify that the street field that the user included in the registration field matches one of the street fields in the database. However, we want to verify that they live on specific streets in specific houses, so we want to have a query like:
SELECTÂ * `allowed_houses` WHERE '`street` = '[value]' AND `street_number_field` = 'street_number_in_database'
Is this possible? Is there another way to accomplish the same objective of verifying a combination of fields?
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.