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...
Opening a CD burning application through PHP or Javascript
Moderator: General Moderators
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
-
maneetpuri
- Forum Commoner
- Posts: 60
- Joined: Tue Oct 07, 2008 6:32 am
Re: Opening a CD burning application through PHP or Javascript
Hi,
The software like Nero would be installed on the machine of the user accessing your web-page, generally the web pages cannot access the user machine, so you will have to write an active control which should be downloaded and installed on the user machine, which will act as link between the web-page and the user machine. The ActiveX will be installed after the acceptance of the user and then it can access the user machine to fine the path of NERO and execute it.
Hope this helps.
Cheers,
~Maneet
The software like Nero would be installed on the machine of the user accessing your web-page, generally the web pages cannot access the user machine, so you will have to write an active control which should be downloaded and installed on the user machine, which will act as link between the web-page and the user machine. The ActiveX will be installed after the acceptance of the user and then it can access the user machine to fine the path of NERO and execute it.
Hope this helps.
Cheers,
~Maneet