Basic PHP Programming Question:
Download Questions PDF

How can we encrypt and decrypt a data present in a mysql table using mysql?

Answer:

AES_ENCRYPT() and AES_DECRYPT()

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between CHAR and VARCHAR data types?What is the functionality of MD5 function in PHP?