
le 06/08/2005 à 13:27
SQL + manip de tableau
Tu veux faire quoi aun final ?
Parce que la, on ne comprend pas grand chose.
Tu as quoi, et tu veux quoi ?
Parce que la, on ne comprend pas grand chose.
Tu as quoi, et tu veux quoi ?
<?php
$entete = 'MIME-Version: 1.0\r\n';
$entete .= 'Content-Type: text/html; charset=iso-8859-1\r\n';
$entete .= 'To: Contact <'.$to.'>\r\n';
$entete .= 'From: Contact site <'.$mail.'>\r\n';
?>
<?php
$entete = "MIME-Version: 1.0\r\n";
$entete .= "Content-Type: text/html; charset=iso-8859-1\r\n";
$entete .= "To: Contact <".$to.">\r\n";
$entete .= "From: Contact site <".$mail.">\r\n";
?>