Several PHP/Jquery Tasks
Budget: $10 – $30 USD
1. I have a page that fetches thousands of contacts, there is a checkbox for each row... when I check all checkboxes and I import into my database, not all contacts get in. If I have 4,000 contacts and I select all, only 333 gets into my db.
2. While importing, I want to show a 'importing contacts, please wait' message, which will hide after import is complete.
3. The page that loads up thousands of contacts, I want it to show 'fetching contacts, please wait' and then show all the contacts after it has finished loading.
4. There are 4 user groups, group 1 can only import 10 contacts, group 2 can import 500 contacts, group 3 can import 2000 contacts and group 4 can import unlimited contacts. Now I want to limit the number of checkboxes each group can check before importing. So group 1 user should not be able to select more than 10 checkboxes
2. While importing, I want to show a 'importing contacts, please wait' message, which will hide after import is complete.
3. The page that loads up thousands of contacts, I want it to show 'fetching contacts, please wait' and then show all the contacts after it has finished loading.
4. There are 4 user groups, group 1 can only import 10 contacts, group 2 can import 500 contacts, group 3 can import 2000 contacts and group 4 can import unlimited contacts. Now I want to limit the number of checkboxes each group can check before importing. So group 1 user should not be able to select more than 10 checkboxes