Hi there,

I am trying to parse a plain text which contains variables. The string looks like this:

P=1
U=test
T=ok
P=2
U=test2
T=anything

How could I create arrays out of this. To be able to access the values like this:
echo $P[1];

parse_str does not work here and I could not find another function which does this.

Thank you for any hint,

Merlin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to