call a string/function from database

Maybe like this

get_option( "mese_giambellino" );

This retrieves what you saved with update_option()

More about WP options you can read here (http://codex.wordpress.org/Options_API)