Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/08/2003, 15:12
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
Código PHP:
<?php
sFromName 
$nombre;
sFromAddress $email;
sSubject "SOLICITUD DE INFORMACION";
sRecipient="[email protected]";
strMsgHeader "SOLICITUD DE INFORMACION".chr(10)."**************************".chr(10); 
strMsgFooter chr(10);
strBody strBody."<font face='Verdana, Arial, Helvetica, sans-serif' size='2' color='#555555'>"
strMsgInfo strMsgInfo."Nombre= ".$nombre.chr(10);
strMsgInfo strMsgInfo."Empresa= ".$empresa.chr(10);
strMsgInfo strMsgInfo."Actividad= ".$actividad.chr(10);
strMsgInfo strMsgInfo."Direccion= ".$direccion.chr(10);
strMsgInfo strMsgInfo."C.Postal= ".$cp.chr(10);
strMsgInfo strMsgInfo."Ciudad= "$ciudad.chr(10);
strMsgInfo strMsgInfo."Provincia= "$provincia.chr(10);
strMsgInfo strMsgInfo."Telefono= ".$telefono.chr(10);
strMsgInfo strMsgInfo."Email= "$email.chr(10);
strMsgInfo strMsgInfo."Comentario= ".$comentario.chr(10); 
strBody strBody."</font>"
sBodyText strMsgHeader.strMsgInfo.strMsgFooter;