Name and explain five of the PHP error constants?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what does the initials of php stand for?
how can we retrive value from one database server and store them another database server using php?
How to run the interactive php shell from the command line interface?
What is the functionality of the function html entities?
Does php have block scope?
What is PECL?
What are the different types of errors in PHP?
How to register a variable in PHP session?
How to convert a character to an ascii value?
Explain what is the difference between $var and $$var?
How to create an array 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.