How to compile a PHP programm???..........which soft is used for that purpose.............explain from program write to run........... all process??
Seven answers:
Bobdarshy
2012-02-11 00:38:49 UTC
You should get WAMP
WAMP = Windows + Apache Web Server + MySQL Database + PHP
PHP is a scripting language; it is not compiled.
Roughly what happens is:
- User requests somepage.php from website
- Apache Web Server gets this request and asks PHP runtime to deliver the content of that page being requested
- PHP reads through the file and delivers all content exactly as it sees in the file until it hits a php code block like
?
2012-02-14 07:51:09 UTC
Easy, contact me and email me the source of the code.
Then i'll compile it so it'll run faster on the server :D
?
2012-02-11 01:56:50 UTC
well
first of all write simple program in notepad.
secondly, download the WAMP software and install it, one icon is created in your task bar. It comes with Apache server to run in the browser. Click that icon and start the server.
Copy that program and paste in the Wamp>www folder.
open the browser and write localhost, It shows your file in left pane. click that file, you will have output of your program.
Thanks
anonymous
2012-02-11 00:45:46 UTC
you don't "compile" php, you just write it, then view it in a web browser, use wamp to view it locally,
mcmorris
2016-12-08 16:34:37 UTC
ideal click on your programme and choose open width selection then click on brosse button and detect yout tc++ anok it and finally click on ok finally the your programme is open in tc++ editor window whether that's not complete plz peply me
anonymous
2012-02-11 01:07:23 UTC
Try using server2go - http://www.server2go-web.de/ - you can install it on a usb stick so you do not have to run the server on your PC
anonymous
2012-02-11 00:47:49 UTC
This page will guide you:http://www.worldbestlearningcenter.com/index_files/php_tutorial_lesson.htm
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.