PHP installation

jatin-phoenix

jatin-phoenix

@jatin-phoenix-qCwzlm Oct 26, 2024
has anybody installed php?
i want to know which server should i choose out of IIS CGI, IIS fastCGI and IIS ISAPI module?

I HAVE INSTALLED IIS.

thnx

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • jatin-phoenix

    jatin-phoenix

    @jatin-phoenix-qCwzlm Apr 6, 2009

    wheres shalini when i need her.. 😕
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Apr 6, 2009

    @ Jatin , unless you have specific needs; I'd say install php using XAMPP.
  • jatin-phoenix

    jatin-phoenix

    @jatin-phoenix-qCwzlm Apr 6, 2009

    The_Big_K
    @ Jatin , unless you have specific needs; I'd say install php using XAMPP.
    biggie, any particular reasons why you would suggest that?

    i thought of iis coz its there with windows.
  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Apr 7, 2009

    Hey jatin, I have no ideas of PHP, just according to my knowledge of JSP(almost like PHP) I would say, you need not to install PHP ever.

    Open your notepad, write your PHP code in it and then save as .php (don't forget to change file types from "text files" to "All files" while saving). You can also use any "web devlopment tool" like Macromedia Dreamweaver.

    Correct me, if any wrong infromation imparted 😔

    Thanks
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Apr 7, 2009

    jatin-phoenix
    biggie, any particular reasons why you would suggest that?

    i thought of iis coz its there with windows.
    I assumed you are installing PHP on your Windows desktop. XAMPP provides a simple installer for PHP, MYSQL, Apache and configures it automatically.

    If you are trying to install it on a server, chances are that it's already installed.

    What's your setup environment?
  • jatin-phoenix

    jatin-phoenix

    @jatin-phoenix-qCwzlm Apr 7, 2009

    @biggie: i am installing that on my desktop. making a site these days so need a server.

    @shalini: yes u'r right i dont need a server but then i'll have to upload the code and see the results on the main server.
  • Prasad Ajinkya

    Prasad Ajinkya

    @prasad-aSUfhP Apr 7, 2009

    @Jatin - Dude, you need to install Apache because it really gels very nicely and very tightly with PHP. I have tried with IIS, but frankly, I found it not upto my level of satisfaction. If you want to put a server, make it linux, make it apache and you will be happy that you made this decision.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Apr 7, 2009

    I recommend linux server too 😀
  • rajneshmishra

    rajneshmishra

    @rajneshmishra-BFI7VI Apr 8, 2009

    Hi Jatin,
    I have been working with PHP for a long time on Windows and Linux servers both.

    For startup on a windows machine, i will recommend my own favorite EasyPHP which is a combi installer of Apache Web Server 2.0, MySQL 5.0, PHP 5.0 and to top it all phpMyAdmin for managing mySQL databases which makes life lot easier.

    You can download 25 MB installer from <a href="https://www.easyphp.org" target="_blank" rel="nofollow noopener noreferrer">EasyPHP - Code with Devserver & host with Webserver</a>.

    The installation is as simple as installing Winamp or any other software and has control panel to manage the services.

    Hope u will get started with this. Keep me informed with ur progress.