<?php //$names = explode(PHP_EOL,file_get_contents("none.txt)); $names = explode(PHP_EOL, "teste teste1 teste2 teste3"); //$dates = explode(PHP_EOL,file_get_contents("data.txt)); $dates = explode(PHP_EOL, "12-12 18-12 12-12 12-12"); Foreach($names as $key => $name){ Echo $name . " " . $dates[$key] . "\n"; }
You have javascript disabled. You will not be able to edit any code.