Skip to content

Instantly share code, notes, and snippets.

@jenvigo
Created October 16, 2017 09:46
Show Gist options
  • Save jenvigo/d2bf4a0a7e83b72693d717079efb274b to your computer and use it in GitHub Desktop.
Save jenvigo/d2bf4a0a7e83b72693d717079efb274b to your computer and use it in GitHub Desktop.
bucleFacturas
Crear facturas de los alumnos que han pagado Octubre en la tabla pagos
<?php
for ($i=0; $i <5 ; $i++) {
# code...
fopen("facturasBucle/factura".$i.".txt", "w");
// file_put_contents(filename, data)
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment