/** * trims text to a space then adds ellipses if desired * @param string $input text to trim * @param int $length in characters to trim to * @param bool $ellipses if ellipses (...) are to be added * @param bool $strip_html if html tags are to be stripped * @return string */ function trim_text($input, $length, $ellipses = true, $strip_html = true) { //strip tags, if desired if ($strip_html) { $input = strip_tags($input); } //no need to trim, already shorter than trim length if (strlen($input) <= $length) { return $input; } //find last space within length $last_space = strrpos(substr($input, 0, $length), ' '); $trimmed_text = substr($input, 0, $last_space); //add ellipses (...) if ($ellipses) { $trimmed_text .= '...'; } return $trimmed_text; } function sluggify($url) { # Prep string with some basic normalization $url = strtolower($url); $url = strip_tags($url); $url = stripslashes($url); $url = html_entity_decode($url); # Remove quotes (can't, etc.) $url = str_replace('\'', '', $url); # Replace non-alpha numeric with hyphens $match = '/[^a-z0-9]+/'; $replace = '-'; $url = preg_replace($match, $replace, $url); $url = trim($url, '-'); return $url; } ?>
Book easily online and get the best rates!
Bounce back from white to black with our 35 passenger bus! Our 35 passenger bus is very fancy on the inside with lots of lights, windows, and much more! We make sure these buses are up and ready to go the day of your pick up to make sure you get to your destination on time and safely. You are our number one priority and we will do everything in our power to make sure you are happy with our services and make sure you are safe.
For more buses, limos, sedans, and classic cars go to our fleet page and take a look around and find the perfect vehicle for your next occasion.
For your next trip to a once in a lifetime concert, go with Tampa Limo Bus Rentals! These limo buses are great for concerts because round trip services go hand and hand with these buses! We also offer point to point, hourly, and even one-way transfers.
Charter your friends and family for your next wedding! Our Tampa Charter Bus Rentals are great for all sorts of occasions but a wedding, in particular, is amazing! These charter buses have lots of room and most of them are white so they will blend right in!
We also service Tampa Shuttle Rental Bus Rentals for downtown visits, airports, and tours.
Tampa 35 Passenger Bus pricing and rates can be determined with our easy software that generates a fast price for multiple companies that you can pick. Some companies do one ways also know as point to points. Other do round trips. Some also have hybrid. Hybrid pricing is when you use a vehicle for a transfer and also an hourly. This happens sometimes at weddings when the client needs a sedan for 3 hours and then only need a one way transfer 3 hours. Some companies have minimum hours and some do not. Some charge fuel, gratudity and tax while some do not. Airport visits can be hard due to licensing through the airport and varies per company.
Request a Quote