How to call javascript function in php on button click?
Explain the advantages of using PHP?
how to do connectivity of 2 dbs in PHP script?
Tell me what types of loops exist in php?
Which is better #define or enum?
what is the diference between php4 and php5
2 Answers Tavant Technologies,
Are sessions stateless?
How does session work in php?
How do http requests work?
Write a program to show the joining of two strings in php?
Does php 7 support mysql?
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 are escaping characters? Explain with an example?