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
<?php | |
echo $_FILES['archivo1']; | |
echo $_FILES['archivo2']; | |
echo $_POST['nombre']; | |
?> |
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
<?php | |
/** | |
* Simple excel generating from PHP5 | |
* | |
* @package Utilities | |
* @license http://www.opensource.org/licenses/mit-license.php | |
* @author Oliver Schwarz <[email protected]> | |
* @version 1.0 | |
*/ |
OlderNewer