Hi.
I would like to be able to write (and eventually read) from a blank CD/DVD using PHP. How would I best go about this, and what problems would I face?
I am using a linux server (CentOS), so would it just be a case of creating a link to /dev/cdrom/ from the htdocs directory, then using fopen/fwrite etc? I am guessing no.
Alternatively, write a PHP module, exec() commands?
I am in the feasibility stages of my project at the moment, so am doing as much research as I can. Please point me in the right direction/towards info/etc.
Thanks!
K.