Skip to content

Instantly share code, notes, and snippets.

@jenvigo
Last active October 16, 2017 09:48
Show Gist options
  • Save jenvigo/195a55a082a8f5d55023289ae5db2cd0 to your computer and use it in GitHub Desktop.
Save jenvigo/195a55a082a8f5d55023289ae5db2cd0 to your computer and use it in GitHub Desktop.
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