Page 1 of 1

How Can I Get Result Similar To $_Request In Php.

Posted: Thu Jul 09, 2015 7:22 am
by yusuf_ahmed
When you send any URL like following

http://www.abc.com/index.php?name=unkno ... 0000011111

you get result in $_Request as follows

Array
(
[name] => unknown
[email] => unknown@known.com
[mobile] => 0000011111
)

can you help me writing the function for the same and get the same result set when i send the input string to the function as "name=unknown&email=unknown@known.com&mobile=0000011111"

Re: How Can I Get Result Similar To $_Request In Php.

Posted: Thu Jul 09, 2015 7:33 am
by requinix

Re: How Can I Get Result Similar To $_Request In Php.

Posted: Thu Jul 09, 2015 8:23 pm
by yusuf_ahmed
thnks requinix

Is there no rating feature for the answer posted. I was looking around to give thumps up to your answer, but could not find such feature.