|    
			
				23/01/2007, 16:53
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: enero-2003 Ubicación: Rosario 
						Mensajes: 1.316
					 Antigüedad: 22 años, 9 meses Puntos: 9 |  | 
  |  Re: sumar hora a una fecha  
  se me ocurre strtotime :)
 $tiempo = strtotime($fecha_hora) + 2 * 3600 ;
 
 echo date("Y-m-d H:i:s", $tiempo)
     |