Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/07/2012, 04:42
quimfv
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Sabadell
Mensajes: 4.897
Antigüedad: 16 años, 1 mes
Puntos: 574
Respuesta: Agregar diversos updates con SQL

Código PHP:
Ver original
  1. mysql_query("update users set fb = '$fb', tw = '$tw', you = '$you' where alias = '$sesion'");


Esto?
Código PHP:
Ver original
  1. echo "<a href='".$row['url']."'><img src='../images/".$row['foto']."'width='150px' height='150px'></a>";
__________________
Quim
--------------------------------------------------
Ayudar a ayudar es una buena práctica!!! Y da buenos resultados.