How to run PHP-Apps under Windows?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dunklervater@yahoo.com

    How to run PHP-Apps under Windows?

    Hello,
    I recently came across some very cool apps that were done in PHP.
    Yet, I don´t really know what runtime system I need to have in order
    to
    be able to run them under Windows, as if they were "normal apps".

    I could imagine: apache and PHP.
    Is there a preconfigured package that can be used as a runtime systm
    for running PHP-Apps locally?

    Thanks a million in advancem
    Bye.

    FK

  • Kartic

    #2
    Re: How to run PHP-Apps under Windows?

    Hi,

    It depends on what these apps do. For example, if they are socket or
    GTK apps, you must have the CLI version of PHP installed.

    If they are cool webapps, you will need a decent webserver (e.g Apache,
    Xitami) and PHP installed. You can configure PHP to be used as CGI (for
    Xitami) or as a module (for Apache, CGI also possible)

    I found this link which might be of use to you:
    The Phone Tracker App by Snoopza is the best tracking app for cell phones. You can track mobile locations for free, as well as track calls, chats and text messages with this Android application.

    Also refer: http://us2.php.net/windows

    Thanks,
    --Kartic

    Comment

    Working...