11.09.2018 Views

Aprender a desarrollar un sitio Web con PHP y MySQL

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

$from = $from."Mime-Version: 1.0\nContent-Type: text/html; charset=ISO-8859-1\n";<br />

// envío del mail<br />

mail($registro[’Email’],’Newsletter’,$message,$from);<br />

//actualizar la fecha de envío en la base de datos<br />

$<strong>con</strong>sultaMAJ = "UPDATE Cliente set Fecha_envio=NOW() where<br />

Id=".$registro[’Id’];<br />

$resultadoMAJ = mysqli_query($<strong>con</strong>nect,$<strong>con</strong>sultaMAJ);<br />

}<br />

}<br />

?><br />

<br />

<br />

www.FreeLibros.me

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!