I have a function that serves audio as a stream. I don't want people to see
the filename. But I am using urls of this sort:
audio.php?op=se rveaudio&file=w ww.somefile.mp3
1) How can I encrypt www.somefile.mp3 and then reconstruct it?
2) How should I really be doing this? Should I be putting the file name into
a server variable? If so, what would that syntax be?
thanks,
brian
the filename. But I am using urls of this sort:
audio.php?op=se rveaudio&file=w ww.somefile.mp3
1) How can I encrypt www.somefile.mp3 and then reconstruct it?
2) How should I really be doing this? Should I be putting the file name into
a server variable? If so, what would that syntax be?
thanks,
brian
Comment