 |
require ("compartidos/conexion_ligera.php");
$select_servicios="select * from servicios where publicar = 1 and idioma=$idioma order by fecha desc,id desc";
if ($query_servicios=mysql_query($select_servicios))
{
//for para coger mas de un registro?
$fetch_servicios=mysql_fetch_array($query_servicios);
if (strlen($fetch_servicios[texto])>1)
{
//aplicar estilos a los enlaces
$texto=str_replace('",$texto,"";
}
}
?> |
|