Показать сообщение отдельно

  #9  
Старый 08.02.2008, 20:20
bul.666
Banned
Регистрация: 06.06.2006
Сообщений: 944
Провел на форуме:
3986705

Репутация: 1403


По умолчанию

PHP код:
// To send HTML mail, the Content-type header must be set
$headers  'MIME-Version: 1.0' "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' "\r\n";

// Additional headers
$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' "\r\n";
$headers .= 'From: Birthday Reminder <birthday@example.com>' "\r\n";
$headers .= 'Cc: birthdayarchive@example.com' "\r\n";
$headers .= 'Bcc: birthdaycheck@example.com' "\r\n";

// Mail it
mail($to$subject$message$headers); 
PHP код:
<TABLE BORDER=3 width=100%>
<?php
for ($i=0;$i<9;$i++){ 
echo 
"<tr><td><a href=info.php?t=".$i.">ссылка</a></td> </tr>";
}
?> 
</TABLE>

Последний раз редактировалось bul.666; 08.02.2008 в 20:22..
 
Ответить с цитированием