Jump to content

Opening a CD burning application through PHP or Javascript


sheikhmdirfan

Recommended Posts

Hello everyone,

 

I have a requirement in my PHP application which needs me to open a CD Burning application like NERO or others

so that data can be burnt on it.

 

I want to know how i can achieve this using PHP or Javascript or both...

so that on a click of a button or any other link etc i can open the CD burning application..

 

and also can i burn data from a web page on to a cd...

 

Please help...

 

Thanks in advance...

You could only do this (with PHP) if the server can access the user's machine (i.e. the user's machine IS the web server or the web server is on the same network as the user). PHP/JavaScript cannot access local resources on a remote user's PC. This is by design. It would be a very bad thing if a web site could run executables on a user's machine.

 

If this is needed for external users then you could probably do it by creating a custom Java clinet (NOT JavaScript). Not sure what the purpose of your app is, but many people are not willing to install these types of "plug-ins" as they can be very harmful.

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.