Jump to content

Executable PHP


fran

Recommended Posts

This is the scenario: I want to create a program on a computer which uses PHP and MySql.  I want an executable icon on the desktop that opens the php program (preferably not in a browser).  I know I have to install PHP and MySql on the computer. Can this be done and are there programs that I can use to accomplish this task?

 

 

Link to comment
https://forums.phpfreaks.com/topic/277051-executable-php/
Share on other sites

I want an executable icon on the desktop that opens the php program

You don't "open" programs. You execute them.

 

Your question depends entirely on what it is you want your program to do when it is executed.

 

Will your program just do one specific task and then exit? You can use php's cli for this.

 

Does your program need a gui? There is PHP-GTK but it is seriously inferior to the implementations in other languages such as Python & Ruby.

Link to comment
https://forums.phpfreaks.com/topic/277051-executable-php/#findComment-1425437
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.