Is php better than python?
No Answer is Posted For this Question
Be the First to Post Answer
Which function is used in php to check the data type of any variable?
why header() gives the error like header already sent in php please explain in brief
How can I know that a variable is a number or not using a JavaScript?
Is php a web server?
What is strlen php?
What are the different ways to login to a remote server?
What is the use of htmlspecialchars in php?
Tell us what is the difference between session_unregister() and session_unset()?
What is foreach loop in php?
Why php is used?
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.
Does cors prevent csrf?