Código PHP:
<?php
$texto = substr($row_Rs['msg'], 0, 200)."...";
$vermas = $row_Recordset3['id_festival'];
if ($vermas < 0){
echo"$texto <a class= 'vermas' href='registros.php?id=$vermas'>[+Ver más]</a>";
}else{
echo "no hay resultados para su busqueda";
}
?>