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 |
Which PHP function would you use to send an email?
What are the method available in form submitting?
What is sorting php?
What is the difference between static and dynamic websites?
What is an example of a variable?
Explain Whitespace Characters?
how to include external php file in to html page?
How can we submit a form without a submit button?
23 Answers ABC, HCL, Infosys, Kept Bug, Panys, Rushmore Consultancy, Torque Infotech, Wipro, zCon Solutions,
What is the use of Mbstring?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Is php a case sensitive language?
What is difference between base_url and site_url?