<?php // default string $title = "Lazacode Page"; // convert $title string to uppercase $titleUp = strtoupper($title); print_r($titleUp); // Output // LAZACODE PAGE ?>
<div class="rig-type"><?php echo strtoupper($rig->type_a); ?></div>