Which is the latest version of php?
What is the use of mysql_real_escape_string in php?
What is memcache?
How to create a public static method in PHP?
Do you have to initialize variables in php?
How to test if a variable is an array?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
What are php errors?
What is the purpose of constant() function?
Tools used for drawing er diagrams?
What are major variables in research?
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.
Tell me what is the importance of "action" attribute in a html form?