What is the function file_get_contents() usefull for?
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 use of mysql_fetch_assoc in php?
Is key exist in array php?
What is the functionality of md5 function in php?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
What is session data?
What does the initials of php stand for?
What is the use of Php variables?
What is cookies php?
How to randomly retrieve a value from an array?
Does php need to be installed?
What is the scope of a variable defined outside a function?