What does addslashes do in php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me which programming language does php resemble to?
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 the uses of explode() function?
how can attached a file to a mail and attached a resume to a mail and received in id
how many ways we get current date in php
How can you retrieve data from the mysql database using php?
Explain me soundex() and metaphone()?
What are php filters?
What are the functions used in php?
What are soundex() and metaphone() functions in php?
Do I need apache for php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?