Quote:
Originally posted by psili
make sure you make note of how i didn't reference the second "file" variable correctly becuase I'm retarded
$fileToGrab = '';
print (implode('',file($fileToGrab)));
|
works like a charm.... now how do i get the output to be one item per line?