|
|
Browse by Tags
All Tags » php » 0001 » explode
-
Hello,
I'm working with my site and have a problem hopefully you could help solve.
I'm programming in PHP language. What I have is a string like this:
0001=hello
0002=my name
is tom
0003=i'm from
0004=Poland
What I would like to acomplish is to have an array looking like this:
array[0] = ...
|
|
|