Likes Received By MicroSun

  1. 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