how to install openssl, ISAPI, pdf modules in php 5.2.5
with apache on windows xp.
Answers were Sorted based on User's Feedback
Through wamp5 installer you can install free cost.
WAMP5 means Windows+ Apache+ My Sql+ PHP 5.
wamp5 contains PHP 5.2.4,My sql, SQL Lite manager,Apache 2.24.
Visit this site for download WAMP5.and then configure it.
http://www.brothersoft.com/wamp5-65107.html.
| Is This Answer Correct ? | 2 Yes | 4 No |
Through wamp5 installer you can install free cost.
WAMP5 means Windows+ Apache+ My Sql+ PHP 5.
wamp5 contains PHP 5.2.4,My sql, SQL Lite manager,Apache 2.24.
suppose your are install wamp5 in c:/ directory
C:\wamp\php\ contains php5isapi.dll and php5nspi.dll files.
c:\wamp\php\ext\ contains php_pdf.dll.
C:\wamp\php\extras contains openssl module
Visit this site for download WAMP5.and then configure it.
http://www.brothersoft.com/wamp5-65107.html.
| Is This Answer Correct ? | 3 Yes | 5 No |
What is polymorphism?
What is difference between readonly and constant?
delete session variable when close browser with out logout
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Which function would you use to format date information in php?
Is strcmp case sensitive?
Can php variables have numbers?
What is good average session duration?
What software is required for php?
What is global array in php?
When use javascript vs php?
What is the difference between ereg_replace() and eregi_replace()?