Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/09/2012, 13:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: Pasar Valor de Columna MySQL a Variable

Con un simple SELECT lo puedes hacer:
Código MySQL:
Ver original
  1. SELECT campo1, campo2, campoN FROM tabla WHERE campo1='$variable'