I am trying to download audio file over php. I have tried download it with curl and wget. here are examples:
<?php
exec('wget http://static1.grsites.com/archive/sounds/cartoon/cartoon001.wav');
?>
How can I download it by using one of two mentioned methods.