How do you make php fonction to programme EXE

Discussion in 'PHP' started by DzCoder, Feb 8, 2014.

  1. #1
    Hello everyone;

    I'm looking for method to transfer code php, function php, to program executable like each programme in windows.

    Digitaly :D
     
    DzCoder, Feb 8, 2014 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    You can't really do that. You cannot run PHP as a native Windows-application, you'll need some sort of webserver to run PHP. If you want to run what is today a PHP-based website/app in Windows, stand-alone, you'll need to rewrite it in a language able to run as a stand-alone app - C#, Java, something like that.
     
    PoPSiCLe, Feb 8, 2014 IP
  3. DzCoder

    DzCoder Well-Known Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    Thank you for answer, there is one method i knew, it's to create image form application web site, and but this image icon in desktop, it all what I fond,

    Thank you againe
     
    DzCoder, Feb 8, 2014 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    nico_swd, Feb 8, 2014 IP
  5. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #5
    Winbinder haven't been updated for years, it seems - however it might still work, I haven't tested it.
     
    PoPSiCLe, Feb 8, 2014 IP