Hi,
I am new to PHP trying to develop an application.
I have an application which records a voice and convert it to Text.
Can I call (invoke) this application programmatically using PHP
Please help me with any sample code / link demonstrating the same
Thanking in advance,
Kind regards
Pratik
Invoking third party applications
Moderator: General Moderators
You might be interested in http://de2.php.net/exec
But keep in mind: Those applications are executed on the server, not on the client.
But keep in mind: Those applications are executed on the server, not on the client.
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
No, imagine what security holes that would produce if a web browser had the ability to launch an application on a clients machine.p4pratik wrote:Hi Volka,
However, is there a way out where I can make an application execute on the client
I don't know what your situation is, but you could implement something like skype does so that the application (if you're coding it) associates itself with a certain type of web link (in this example callto:namehere).