Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/03/2006, 13:18
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 2 meses
Puntos: 8
De acuerdo Re

Hola David, gracias por interesarte en mi tema, aca va el código

Código:
// And off we go!
	sendmail($_POST['r_email'], $txt[118] . ': ' . $row['subject'] . ' (' . $txt[318] . ' ' . $_POST['y_name'] . ')',
		sprintf($txt['sendtopic_dear'], $_POST['r_name']) . "\n\n" .
		sprintf($txt['sendtopic_this_topic'], $row['subject']) . ":\n\n" .
		$scripturl . '?topic=' . $topic . ".0\n\n" .
		(!empty($_POST['comment']) ? $txt['sendtopic2'] . ":\n" . $_POST['comment'] . "\n\n" : '') .
		$txt['sendtopic_thanks'] . ",\n" .
		$_POST['y_name'], $_POST['y_email']);
Estos son desde el nº 118 - 125
121= sprintf($txt['sendtopic_this_topic'], $row['subject']) . ":\n\n" .