I have a file abc.txt with contents like:
abc.txt
hello hi good bad ... ....
Now, How to redirect the contents of the file line by lin
php yourscript.php < yourinputfile
should do the trick.