What are helpers in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is a php 5?
What the use of var_dump()?
How do you call a constructor for a parent class?
How can we change the maximum size of the files to be uploaded?
what is the difference between ph4 and php5
What is meant by MIME?
What php framework does wordpress use?
What are global variables in php?
What does odbc do in context with php?
What is lazy loading in php?
What are the ways to include file in php?
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.