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 Link to comment https://forums.phpfreaks.com/topic/4681-restrict-inserting-data-into-database/ 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 Link to comment https://forums.phpfreaks.com/topic/4681-restrict-inserting-data-into-database/#findComment-16399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.