Advertisement
idsystems

PHP_Leccion1.9_07

Jan 20th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <h1>Archivo como Arreglo 7 </h1>
  2. <?
  3.     $lineas = file('tabla1.php');
  4. ?>
  5.  
  6. <xmp>
  7. <?
  8.     print_r($lineas);
  9. ?>
  10. </xmp>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement