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
what is the use of include_once in php?
How to assigning a new character in a string using php?
What are php strings?
What are sql injections, how do you prevent them and what are the best practices?
How to remove leading and trailing spaces from user input values?
What is the difference between characters and #?
Explain what is the use of "echo" in php?
What is advanced php programming?
Tell me how to get the value of current session id?
What are the different tables(engine) present in mysql, which one is default?
What does $_ post mean in php?
What is the best way to test the strpos() return value in php?
What is isset in php form?
What is a null coalescing operator in php7?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?