i know this will be easy for you but not for me :)
i need to get the contents of txt file "file.txt"
file.txt contetnt is
word1
word2
word3
each in a new line or can be as word1, word2, word3,
or "word1", "word2", "word3",
whichever is easier to do.
i have config.php
file which i need it to read all and every word in file.txt
and process as $value
to be then processed by script.php
which process $value
as a single word of all the words in file.txt
thanks