A
|
ann 8/23/2010 |
Robert, $rs=CustomQuery("select `number of members allowed` from COMPANIES where id=".$values["company_ID"]); |
W
|
wfcentral author 10/1/2010 |
maybe I'm reading your sample wrong, but it looks to me like if they have 40 members allowed in the database then this code will prevent them from saving ANY new records?
$rs=CustomQuery("select `number of members allowed` from COMPANIES where id=".$values["company_ID"]); |
![]() |
Sergey Kornilov admin 10/2/2010 |
Here is the sample code you looking for. Make sure to replace all field and table names. $rs=CustomQuery("select `number of members allowed` from COMPANIES where id=".$values["company_ID"]); |