Hi,
I am new to php.I want to read a word by word from a file.When I use fgets it read line by line.When i use fread then it read full contents from a file.File_get_contents read a full contents from a file.
I need to read a each single word from a file and match the email..
Please help me..
Thanks in advance.
Prem