|    
			
				14/06/2003, 19:07
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru 
						Mensajes: 4.619
					 Antigüedad: 23 años, 5 meses Puntos: 7 |  | 
  |  Un ejemplo simple de como usar headers...
 <?php					$sheaders="MIME-Version: 1.0\r\n";
 $sheaders=$sheaders."Content-type: text/html; charset=iso-8859-1\r\n";
 $sheaders=$sheaders."From: ".$stunombre." <".$stuemail.">\r\n";
 $sheaders=$sheaders."To: ".$snombredestino." <".$semaildestino.">\r\n";
 $sheaders=$sheaders."Reply-To: ".$stunombre." <".$stuemail.">\r\n";
 $sheaders=$sheaders."X-Priority: 1\r\n";
 $sheaders=$sheaders."X-MSMail-Priority: High\r\n";
 $sheaders=$sheaders."X-Mailer: Microsoft Outlook Express 6.00.2600.0000";
 ?>
 
				__________________No tengo firma ahora... :(
     |