Forum Moderators: coopster
I have looked up the php manual but I am not sure how to do this:
say I have a text file called "test.txt" and there are these rows:
test@test.com¦¦g98hsdgkjdfhgi
test2@test2.com¦¦skguhsdgiu897rg
I could like to be able to have it so that all before the double pipes are $email and all after the pipe are $id.
Any ideas?
Thanks