Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/02/2013, 15:15
M3duser
 
Fecha de Ingreso: agosto-2008
Mensajes: 43
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: Agregar CSS a echo en PHP

KuriKuri Muchas gracias por tus respuesta lamentablemente no me funcionó


Capimaster MUCHAS GRACIAS !! FUNCIONO PERFECTO

Cita:
Iniciado por Capimaster Ver Mensaje
Código PHP:
Ver original
  1. echo '<span class="category">'.htmlentities($result->Destino).'</span>';

o si no

Código PHP:
Ver original
  1. $var = htmlentities($result->Destino);
  2. echo '<span class="category">'.$var.'</span>';