Hi
I have a form sending a variable 'details' as a hidden field :
The details variable value (set in the html) is : -
Q1=A1&Q2=A2&Q3= A3 ........
When php requests this string - i would like it to turn it into an array.
As you can see, it is already similar to the HTTP Querystring format.
How can i turn it into an array.
Thanks
AL
I have a form sending a variable 'details' as a hidden field :
The details variable value (set in the html) is : -
Q1=A1&Q2=A2&Q3= A3 ........
When php requests this string - i would like it to turn it into an array.
As you can see, it is already similar to the HTTP Querystring format.
How can i turn it into an array.
Thanks
AL
Comment