Hi there,

i'm currently writing a HTML & PHP script, i need to be able to click a standard HTML button which fires some PHP code to execute a program, for example Microsoft Excel.

In time there will be a series of buttons which will execute different programs.

If anyone has some ideas or example of how i could implement this, it would be much appreciated.

Kal

Recommended Answers

All 3 Replies

system("myprogram.exe");

can you post some demo or example of your requirement.

can you explain in detail what is your requirement. Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.