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 |
Is polymorphism inherited?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What exactly is PHP?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
How do I run a php file?
How does the identity operator ===compare two values in PHP?
How do I know my xampp version?
Tell me what is the difference between ereg_replace() and eregi_replace()?
How do I escape data before storing it in the database?
Explain how to submit form without a submit button.
How to check a variable is an array or not in php?
What is a php web application?