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"
How Can I Get Result Similar To $_Request In Php.
Moderator: General Moderators
-
yusuf_ahmed
- Forum Newbie
- Posts: 2
- Joined: Thu Jul 09, 2015 6:20 am
-
yusuf_ahmed
- Forum Newbie
- Posts: 2
- Joined: Thu Jul 09, 2015 6:20 am
Re: How Can I Get Result Similar To $_Request In Php.
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.
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.