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 |
What do you mean range() in php?
What are escaping characters? Explain with an example?
How to include variables in double-quoted strings?
What is the maximum size of a database in mysql?
How long should a session last?
Which is the dependent variable?
How come the code works, but doesn’t for two-dimensional array of mine?
What are the characteristics of php variables?
How to open a file in php?
Is not null mysql?
Which php global variable is used for uploading a file?
How can we determine whether a php variable is an instantiated object of a certain class?