what are the basic steps to installation
php4+mysql4+phpmyadmin on IIS web server?. Pls write the
complete steps.

Answers were Sorted based on User's Feedback



what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the ..

Answer / akram abbasi

ISAPI mode. If you are going to install PHP in an ISAPI
mode, be aware that you must copy some DLL files to get PHP
to function correctly. PHP uses several DLLs, such as the
PHP4TS.dll file and DLL files in both the DLL and
extensions folders. I will cover DLLs in the extensions
folder later in this article. For now, you must work with
the PHP4TS.dll file and DLL folder files. Use the following
steps.

You must make the files available to the ISAPI module. I
recommend that you copy the files into the
C:\WINNT\SYSTEM32 folder. While you may copy the files into
the C:\PHP\SAPI folder, putting the files in the
C:\WINNT\SYSTEM32 folder is preferable.
Open the Microsoft Management Console (MMC) for IIS web
server for your selected web server and website. (The same
options apply here as in the CGI installation listed
above).
Open the Properties dialog box, select the ISAPI tab, and
select Add.
In Filter Name, add the name of the ISAPI filter. (For this
article, I entered: “PHP”.)
In the Executable field, either use Browse or type the path
to C:\PHP\SAPI\PHPISAPI.dll
You should see the following:
4-Click the OK button and select the Home Directory tab and
the Configuration button. The procedure here is identical
to the CGI installation listed above.
In the Executable, use Browse or type the path to your PHP
folder and the PHP4ISAPI.dll file (for this article, it is
C:\PHP\SAPI\PHP4ISAPI.dll).
In the Extension type, enter the file extension that the
server should use to refer to PHP scripts (this is most
commonly the .php extension).
You should see the following:
Click OK, Apply, and OK to complete the settings.
Stop and restart the web server. To do this, use the
Services utility in Control Panel within Administrative
Tools (Start > Programs > Administrative Tools > Services
or Start > Settings > Control Panel > Administrative Tools
> Services). Then right click the IIS Admin Service and
select Restart. You may also use the Command console to
start/stop the web server, as follows:
To stop the web sever enter: Net stop iisadmin
To restart the web server enter: Net start w3svc
When the web service has restarted, open the ISAPI tab as
described in steps 2 and 3 above.
Ensure that the ISAPI has loaded correctly. The ISAPI
should be green, not red; red indicates that the ISAPI has
failed to load. If the ISAPI has not loaded correctly,
ensure that your paths to the ISAPI files are correct and
that you copied the DLL files into the correct locations.
If the ISAPI loads correctly, you are ready to test your
PHP installation.

Is This Answer Correct ?    2 Yes 1 No

what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the ..

Answer / akram abbasi pakistan karachi

in above exmple first u should get ISAPI file from PHP
afterwards that will work with IIS server

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......

0 Answers  


What is an example of a variable?

0 Answers  


Which programming language does php resemble?

0 Answers  


Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me

4 Answers   NIIT,


How to run a php script?

0 Answers  






List out some tools through which we can draw E-R diagrams for mysql.

2 Answers  


Can I learn php in a month?

0 Answers  


Does php have future?

0 Answers  


Which function parses an English textual date or time into Unix timestamp in PHP.

0 Answers  


Explain setcookie() function in php?

0 Answers  


what is benefit of magento?

0 Answers  


Explain array_uintersect()?

0 Answers  


Categories