Results 1 to 6 of 6

Thread: [RESOLVED]what tools are required to run php program

  1. #1

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    Resolved [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.

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    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.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  4. #4

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    Re: what tools are required to run php program

    Quote 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

  5. #5

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    Re: what tools are required to run php program

    Quote 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

  6. #6
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    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
  •  



Click Here to Expand Forum to Full Width