|
ou812 -> RE: Limit Amout of Records In A Database Help (6/3/2009 18:01:49)
|
Without knowing how things are set up it is difficult to give you an exact way, but the basics how you might attack the problem would be to select the amount of records already entered by the user and check to see if it has hit their maximum amount of records. If they're not there yet let them insert more, otherwise no. Select count(*) from member_file where member_id = login_id
|
|
|
|