I got a huge list in a text file like this:
Complete Name
Email
id
Complete Name
Email
id
So, what i want to do is print with php file each of these lines in a table:
-----------------------
|Name | email | id |
-----------------------
How can I do this? I can explode with a handler but i really don’t know how to grep each field and each line.
Thanks.
Shot in the dark: