Display MP3 as media using an URL from a custom field

You have to echo the full Audio Tag and insert the custom field MP3 address in it.

<?php 
    if ( get_post_meta($post->ID, 'ses', true) ) {
        echo '<audio controls="controls">
                <source src="' . get_post_meta($post->ID, 'ses', true) . '" />
                </audio>'; 
    }
?>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)