Web >> Development >> PHP >> How to extract parameter (name), value pair from html form submission or url encoded string\n"; } works with GET as well as POST request methods $_GET array returns par/value pair for GET requests $_POST array returns par/value pair for POST requests |