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 / 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 |
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
Explain Traits in PHP?
How can MYSQL functions be available with PHP?
What is the use of explode() function?
What is include in php?
What is url encoding and decoding in php?
What PHP stands for?
Tell me what does the array operator '===' means?
Explain different sorting function in php?
What is pdo in php why use?
What is php used for?
Which is better mysql or sql?