venue_name); //now lets make the name into a post/page slug $y = strtolower( str_replace(' ', '-', $x) ); //now combine them in a link echo '' . $x . ''; ?>