Likes Received By MicroSun
-
Hade liked MicroSun's post in the thread Loading a file's contents into an array.
Try the code below and read this array tutorial. <?php $myArray = array(); $myFile = file("d:\\test.txt"); $i=0;...
Sep 3, 2007
Try the code below and read this array tutorial. <?php $myArray = array(); $myFile = file("d:\\test.txt"); $i=0;...
Sep 3, 2007