Created
October 16, 2017 09:46
-
-
Save jenvigo/d2bf4a0a7e83b72693d717079efb274b to your computer and use it in GitHub Desktop.
bucleFacturas
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