How to burn a file or webpage report to CD

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sheikhmdirfan
Forum Newbie
Posts: 22
Joined: Tue Jan 20, 2009 12:21 am

How to burn a file or webpage report to CD

Post by sheikhmdirfan »

Hello All,

In my application i have a Burn to CD button, on clicking it the webpage data or pdf file should be burned to a CD..
I would like to know if there is way in which we can burn a webpage report or a pdf file to a CD on a button click in a php application.
If yes, then how.
If not, then how can i open a CD burning application from my application.

Thankx in Advance...
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to burn a file or webpage report to CD

Post by requinix »

No, it's not possible. Neither can you run some program on the user's computer; not from PHP, not JavaScript, not anything but ActiveX or maybe Flash.
sheikhmdirfan
Forum Newbie
Posts: 22
Joined: Tue Jan 20, 2009 12:21 am

Re: How to burn a file or webpage report to CD

Post by sheikhmdirfan »

ok can u tell me how to open a pdf file in another browser window or tab through php.....
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to burn a file or webpage report to CD

Post by requinix »

How about giving them the open to open or save it?

Example #1.
sheikhmdirfan
Forum Newbie
Posts: 22
Joined: Tue Jan 20, 2009 12:21 am

Re: How to burn a file or webpage report to CD

Post by sheikhmdirfan »

yeah that also will do..

tell me how ???
Post Reply