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
How to open standard output as a file handle?
What is binary safe function in php?
What type of headers that PHP supports?
What is the use of is_array() and in_array()?
What are getters and setters php?
What are session variables in php?
Tell me what is the use of explode() function?
What's the difference between using mysql_ functions and pdo?
What are majic methords in php?
How does cookies work in php?
Does php 5 support exceptions?
How the values are ordered in an array?
Does php class need constructor?
What is __ construct in php?
What is local variable in php?