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.
No Answer is Posted For this Question
Be the First to Post Answer
Explain array_uintersect()?
How long is csrf token?
How many ways we can pass the variable through the navigation between the pages?
How break and continue while loop in php?
What is abstract class in php?
How you can update memcached when you make changes to php?
Can the value of a constant change during the script's execution?
What is isset php?
Can you use both this () and super () in a constructor?
Define anonymous classes in php7?
How many types of errors in php?
Php code to find whether a number armstrong or not?