crescent Posted March 11, 2006 Share Posted March 11, 2006 Hellowin my user input form i want to restrict inputting data by user...for exampleafter 40 people submitting the form no user will be able to insert data(submit form)how will i do itplz help Quote Link to comment Share on other sites More sharing options...
AndyB Posted March 11, 2006 Share Posted March 11, 2006 Count # of entries in your database tableIf # of entries < 40 then display the form, otherwise don't display the form Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.