Jump to content

Multimedia Query


mayu_bt

Recommended Posts

Hi Friends,

I have a query... a bit complex I think.
I currently have a webbased LAN browser application which is build in PHP 4
This application is used to track day-to-day data transactions of few workers in here. It is running quite well.

Now I need to extend this to record few telephonic conversations from the workers...
This should be another filed like thing captured in .WAV or .WMV file to server & only the path stored in the database.

Am running this application on,
-----------------------------
Windows 2000 professional,
Apache server,
PHP,
My SQL,


Can you please help me with this?

Thanks,
Mayu
Link to comment
https://forums.phpfreaks.com/topic/28554-multimedia-query/
Share on other sites

php has no audio recording capabilities since it is designed to run on a server in case that is what you are looking for.  As well it has no interface with the phone system.  You would have to set up a non php recording system and then upload the files created to the server.  A php form however can be used to browse your computer disks for the audio file and then upload it.
Link to comment
https://forums.phpfreaks.com/topic/28554-multimedia-query/#findComment-130767
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.