Hi, I want to compile and test php script in my pc without using internet or web site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bapparoy
    New Member
    • Sep 2013
    • 1

    Hi, I want to compile and test php script in my pc without using internet or web site

    Hi,
    I want to compile and test php script
    in my pc without using internet or web site which
    is online ?
    Do you have any idea about it?
    It is possible to do that ?
  • NathanE80
    New Member
    • Sep 2013
    • 2

    #2
    Your going to want to download wampserver.
    WampServer est une plate-forme de développement Web sous Windows pour des applications Web dynamiques à l’aide du serveur Apache2, du langage de scripts PHP et d’une base de données MySQL.


    Choose the 2.4 version, and choose for if your machine is 32 or 64 bit. Also, are you running windows 8?

    Comment

    • Dormilich
      Recognized Expert Expert
      • Aug 2008
      • 8694

      #3
      I want to compile and test php script
      PHP scripts are interpreted, not compiled.

      but if you want to compile something, you can compile the PHP binary from source. and as such the PHP binary also has a CLI utility that you can run from the terminal without any internet or website required (though note that in CLI mode certain superglobals do not exist (like $_SERVER, $_COOKIE, etc.) and you have to use stdin/stdout).

      Comment

      • Exequiel
        Contributor
        • Jul 2012
        • 288

        #4
        if you are using windows O.S. you can dowload xampp for you to test your php scripts, , , visit this links on how to dowload xampp. . http://www.apachefriends.org/en/xampp-windows.html
        Download XAMPP 8.2.12 for Windows PC. Get the Latest Version from FileHorse.

        Comment

        Working...