Hi,
I have 2 different id's in the link to my form. "office" and "id"
I am trying to right a statement in the db read conditions to pick up both id's but can't seem to get it right. To get the right information both conditions need to be met.
Here's and example of what I've tried:
The above code doesn't work. What would be the proper way to right the statement?
Thanks
I have 2 different id's in the link to my form. "office" and "id"
I am trying to right a statement in the db read conditions to pick up both id's but can't seem to get it right. To get the right information both conditions need to be met.
Here's and example of what I've tried:
<?php
return array("member_id" => $form->data["id"] AND "office_id" => $form->data["office"]);
The above code doesn't work. What would be the proper way to right the statement?
Thanks