I have written a source code in php but I do not know how to compile that and conduct it with a website please explain me the how to compile that ?
Answer Posted / sourav
its very easy.if r u in winxp/seven/vista operating system den
u have to install a local server i.e. xampp in your
computer.....den goto your hard drives option nd select the
drive in where u installed the xampp and den open the "htdocs"
inside the xampp folder nd save your source code here with a
.php file extension and den goto your browser and write
"localhost/filename.php(source file name)" in your browser's
address bar and den you can show the result in your browser
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Does exist in php?
Swap two variables value without using third variable in php ?
How we get ip address of client, previous reference page etc?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What are the string function in php?
How to retrieve values out of an array?
What is the $_ server php_self variable?
What is the use of ajax in php?
What is sql injection in php?
Is php an oop?
What is env in laravel?
What is design pattern? Explain all including singleton pattern?
What is the difference between indexed and associative array?
Why would we use === instead of ==?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()