Use the below snippet to echo the current page url.
global $wp; $current_url = home_url( add_query_arg( array(), $wp->request ) );