|
-
Mar 10th, 2007, 12:59 AM
#1
Thread Starter
Lively Member
[RESOLVED]what tools are required to run php program
Hi All,
I want to know what tools r required to install in pc to run php program?
is there any spl. editor to write php program?
which server i need to install.
Last edited by penagate; Mar 24th, 2007 at 12:19 PM.
Reason: add "resolved" icon.
-
Mar 10th, 2007, 01:59 AM
#2
Re: what tools are required to run php program
you don't really need anything installed to run php. you can run it standalone if you just plan to do system stuff and don't plan to serve pages to anyone -- although, i highly doubt you'd do php to do that. so, basically, you just need a web server to serve the pages. you can use just about any web server. i recommend apache httpd.
you don't need any type of editor for php. a php file is just a text file. you can use notepad or wordpad to edit it if you like -- that's what i use. a lot of people like editors that have syntax highlighting and things like that, though.
-
Mar 10th, 2007, 11:52 AM
#3
Re: what tools are required to run php program
Any web server that supports CGI/FastCGI or SAPI.
PHP (like many *nix-based programs) doesn't need to be installed per se; all you have to do is copy the files. If you're using Windows, I recommend the zip distribution.
-
Mar 11th, 2007, 11:43 PM
#4
Thread Starter
Lively Member
Re: what tools are required to run php program
 Originally Posted by kows
you don't really need anything installed to run php. you can run it standalone if you just plan to do system stuff and don't plan to serve pages to anyone -- although, i highly doubt you'd do php to do that. so, basically, you just need a web server to serve the pages. you can use just about any web server. i recommend apache httpd.
you don't need any type of editor for php. a php file is just a text file. you can use notepad or wordpad to edit it if you like -- that's what i use. a lot of people like editors that have syntax highlighting and things like that, though.
Thank you very much
-
Mar 11th, 2007, 11:44 PM
#5
Thread Starter
Lively Member
Re: what tools are required to run php program
 Originally Posted by penagate
Any web server that supports CGI/FastCGI or SAPI.
PHP (like many *nix-based programs) doesn't need to be installed per se; all you have to do is copy the files. If you're using Windows, I recommend the zip distribution.
Thanks for d reply
-
Mar 12th, 2007, 07:12 AM
#6
Hyperactive Member
Re: what tools are required to run php program
if you google for install php <insert OS here> you can probably get a nice walk through for everything.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|