Is php open source?
No Answer is Posted For this Question
Be the First to Post Answer
Which function you can use in php to open a file for reading or writing or for both?
How can we optimize or increase the speed of a mysql select query?
What is php limit?
What is overloading and overriding in oop?
What is difference between php and html?
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 difference between characters 34 and x34?
How will you create a mysql database using php ?
What is mysqli_real_escape_string?
What is self in php?
How is it possible to remove escape characters from a string?
What is php constructor?