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
Which PHP function would you use to send an email?
How to repeat a string to a specific number of times in php?
Is string php function?
What are the functions used in php?
What is the difference between overloading and overriding in php?
Tell me what is the default session time in php?
What is the best php version for wordpress?
What is parent __construct ();?
Declare a new variable in php equal to the number 3;
How to genrate report in wordpress cms
How break and continue while loop in php?
How long is session timeout?
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.
What is php artisan tinker?
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.