/** * 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; } ?>
Tampa Limousines services provides instant quotes for local transportation companies competing for your business.
Tampa Limousines Services the central texas area between Houston, San Antonio, and Fort Worth. Tampa Limousines makes it possible for local transportation companies to compete for your business instantly at the push of a button. Try our Tampa Instant Quotes Today.
Our Services100000
Happy Customers
1000
Luxury Limos
1000000
Miles Serviced
500
Qualified Transportation Companies
Our customers have spoken and we have heard you. We only work with the best and top limousines and buses companies in your area. Price is important but reliability is more important.
Book NowWhat about pricing? We provide the most competitive price just for you!
Advantages
Instant Quote
Instant Quote side by Side Comparison pricing, photos, ratings.
Get Instant Rates1000s of Vehicles to choose from
Options
We have 1000s of vehicles to choose from, all capacities, sizes, colors, configurations brands and models.
See Fleet24/7 Concierge booking service
Booking Agents
Aside from our amazing instant quote we have 24/7 live chats, text message, email and call response.
Contact us