Skip to content

Instantly share code, notes, and snippets.

@vicentematus
Created December 23, 2021 05:02
Show Gist options
  • Save vicentematus/2c337115de50c83b5edfda10afbf4d31 to your computer and use it in GitHub Desktop.
Save vicentematus/2c337115de50c83b5edfda10afbf4d31 to your computer and use it in GitHub Desktop.
Recibir-acta.php
<?php
$sql1 = " update acta set tema = '$tema' , fecha = '$reu_fecha' , hora_inicio = '$hora_inicio' , hora_termino = '$hora_termino' ";
$sql2 = " where codigo_acta = $codigo_acta ";
$sql3 = $sql1.$sql2;
$conn->query($sql3);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment