Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $fich = 'movDB.txt';
  2.  
  3.  
  4. $tbl = file ($fich);
  5.  
  6. $nbrFilms= count($tbl);
  7.  
  8.  
  9. for ($i=0; $i<$nbrFilms; $i++) {
  10.  
  11. $ind=explode("|", $tbl[$i]);
  12.  
  13. $liste[$i]=$ind;
Add Comment
Please, Sign In to add comment