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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which PHP function would you use to send an email?

812


How to repeat a string to a specific number of times in php?

745


Is string php function?

792


What are the functions used in php?

739


What is the difference between overloading and overriding in php?

754


Tell me what is the default session time in php?

758


What is the best php version for wordpress?

761


What is parent __construct ();?

766


Declare a new variable in php equal to the number 3;

713


How to genrate report in wordpress cms

2045


How break and continue while loop in php?

689


How long is session timeout?

725


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1737


What is php artisan tinker?

715


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

3309