Click here to Skip to main content
15,886,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When you send any URL
like following

http://www.abc.com/index.php?name=unknown&email=unknown@known.com&mobile=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"
Posted
Comments
Prava-MFS 22-Jul-15 2:41am    
You can use $_GET too for getting the same result.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900