<?php if (!preg_match('/^(http\:\/\/)/', $row->website)) { $row->website = (trim($row->website) != '') ? 'http://'.$row->website : '';}?>