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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.