Hello,
It's my first post here and I'm creating this topic because it's really difficult to specify my problems and solve it by using search engines.
Here is the problem:
I have a txt file which looks like this:
something1111|something22|0
something4|something899999|0
something11|something6|0
what I need to have:
$var1=something1111
$var2=something22
$var3=0
and so on. Can you help me?