how to track user logged out or not? when a user is idle?
Is there an easy way to delete an element from a php array?
How we get ip address of client, previous reference page etc?
Does cors prevent csrf?
What does $_cookie means?
what does this symbol mean in php?
Do you know what is the difference between the include() and require() functions?
Do you know how to get the ip address of the client?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
What is difference between python and php?
Can php run on windows server?
What are the benefits of using queries?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.