Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Development >> PHP >> How to extract parameter (name), value pair from html form submission or url encoded string

foreach ( $_REQUEST as $k => $v ) { print "$k = $v<br>\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
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]