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

Link to comment
Share on other sites

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.

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.