How to redirect a url from http to https in .htaccess?
No Answer is Posted For this Question
Be the First to Post Answer
what is array_search() in php?
What are the difference between overloading and overriding in oops?
What is api used for?
Are objects passed by value or by reference?
Can you give example for trait in php?
List the different types of print functions available in php?
How do you check if an arraylist is empty?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is the difference between apache vs niginx?
What is uri routing?
How many Types of COmments are there in PHP and what are they?
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.