How can we encrypt the password using php?
No Answer is Posted For this Question
Be the First to Post Answer
What are hooks in php?
What is cookies php?
Explain some most commonly use string functions in php?
How to pass an argument to a function?
What is prepare in php?
What are the different types of statements that are present 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.
What are the advantages and disadvantages of cascade style sheets?
how we can retrive data in pdf along php mysql?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
What is difference between ksort() and usort() functions.
Php program to generate fibonacci series?