How to install PHP with --mcrypt and --mhash?
Answer / shanmuga
It is only for windows server...
First u download the libmcrypt.dll from internet.And put the
dll into your system32 folder.
URL for that library.
http://ftp.emini.dk/pub/php/win32/mcrypt/
Then enable the line
extension=php_mcrypt.dll
in php.ini and restart apache.
Now the mcrypt function will work.
| Is This Answer Correct ? | 2 Yes | 3 No |
What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?
How do you check if a variable has been set in php?
How many types of php are there?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What is mysql in php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
Which function can be used to exit from the script after displaying the error message?
Tell me what is the meaning of a final class and a final method?
How can we submit a form without using submit buttons?
When should you use a stored procedure?
Explain Whitespace Characters?
What are the methods of array in java?