<?php require_once("APIC.class.php"); $apic = new APIC("/go/to/my_audio_file.mp3"); $apic->writePicture("/go/to/", "my_attached_picture_file"); ?>