When sessions ends?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace and use in php?
Tell me what is use of in_array() function in php?
Can the value of a constant change during the script's execution?
What are the different errors in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is isset in php form?
Does php support multiple inheritance?
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 the default method of form in php?
What does the scope of variables mean?
What is the actually used php version?
Is it possible multiple inheritance in php?