get the array with html array path
Posted
by antpaw
on Stack Overflow
See other posts from Stack Overflow
or by antpaw
Published on 2010-05-28T15:57:48Z
Indexed on
2010/05/28
16:02 UTC
Read the original article
Hit count: 195
hey, i have this path name from an input element interesse[angebote][flurfuerderfahrzeuge] as a string in my php var. now i need convert it somehow (with regex or explode()) so it looks like this: $_POST['interesse']['angebote']['flurfuerderfahrzeuge'] and the use eval() to get the value. But I'm sure there must be a much easier way do this.
Any ideas? Thanks!
© Stack Overflow or respective owner