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 IS PHP?
Is it possible to get the screen resolution and like with php?
how to get substring of string without using substr() function in php ????
What is difference Between PHP 5 and 7?
What is api laravel?
hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.
1 Answers College School Exams Tests, Satas, Wipro,
Explain what does the unlink() function means?
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me
How cookies are trported from browsers to servers?
How can you upload a file using php?
What are the differences between PHP 3 and PHP 4 and PHP 5?
How can I know that a variable is a number or not using a JavaScript?