• Get involved.
    We want your input!
    Apply for Membership and join the conversations about everything related to broadcasting.

    After we receive your registration, a moderator will review it. After your registration is approved, you will be permitted to post.
    If you use a disposable or false email address, your registration will be rejected.

    After your membership is approved, please take a minute to tell us a little bit about yourself.
    https://www.radiodiscussions.com/forums/introduce-yourself.1088/

    Thanks in advance and have fun!
    RadioDiscussions Administrators

dedications not showing up

thanks i have sam broadcaster and i'm trying to enable dedications

now in this code were would i enable dedications





Code:
    if ($code != 200) {

        throw new Exception($message);

    }

} else { //If a request was already made, allow dedication to the request

    $data = array();

    $data['msg'] = strip_tags(Def('rmessage'));

    $data['name'] = strip_tags(Def('rname'));



    $db = Database::getInstance();

    $db->update('requestlist', $data, array('ID = ?' => $requestID, 'songID = ?' => $songID));
 
Status
This thread has been closed due to inactivity. You can create a new thread to discuss this topic.
Back
Top Bottom