Is there a way to encrypt text from php?

Answer Posted / siva

using md5()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1508


What is isset and unset in php?

540


Do while loops?

526


How to generate a form?

613


What are soundex() and metaphone() functions in php?

478






Explain the difference between unlink() and unset()?

537


What is the difference between nowdoc and heredoc?

535


What are the advantages of php mysql?

519


What is var_dump?

582


How can we get ip address of a client in php?

542


Which php framework is best?

538


In how many ways we can retrieve the data in the result set of mysql using php?

495


What is xss in php?

561


Explain NULL?

577


What is mean tnq

1079