Last active
October 16, 2017 09:48
-
-
Save jenvigo/195a55a082a8f5d55023289ae5db2cd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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