How to convert a character to an ascii value?
No Answer is Posted For this Question
Be the First to Post Answer
How to invoke a user function?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
Draw the architecture of Zend engine?
Explain the difference between session and cookies in php?
What is php resource type?
What is the diffrence between GET,POST and REQUEST Method.
What is the main difference between require() and require_once()?
What is phpsessid?
What is csrf token and how it works?
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.
What is instantiation?
How to insert an new array element in array?