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 are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
What is api used for?
How to find out, how a user visited a particular page?
What type of headers have to be added in the mail function to attach a file?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the main difference between require() and require_once()?
What are the differences between PHP3 and PHP4 versions?
Explain the difference between mysql_connect and mysql_pconnect?
What are the special characters you need to escape in double-quoted stings?
what is pear in php in brief ?
Write an example to remove html tags from a string in php?