{"id":7471,"date":"2018-05-11T10:17:36","date_gmt":"2018-05-11T10:17:36","guid":{"rendered":"http:\/\/phpcodez.com\/?p=7471"},"modified":"2018-05-11T10:17:36","modified_gmt":"2018-05-11T10:17:36","slug":"form","status":"publish","type":"post","link":"http:\/\/phpcodez.com\/form\/","title":{"rendered":"Form"},"content":{"rendered":"<p>Way of collecting data online from user accessing a web site.<\/p>\n<p>Form data automatically available to php scripts. Dots and spaces in variable names converted to underscores.<\/p>\n<p>Form data can be made into an array using the following syntax &lt;input name=&#8221;FormArray[]&#8221;&gt; .<\/p>\n<p>Group elements by assigning the same array name to different elements; can specify keys.<\/p>\n<p>$_POST superglobal contains all POST data; paired with post method<\/p>\n<p>$_GET superglobal contains all GET data and $_REQUEST is independent of data source, and merges information from sources like GET, POST, and COOKIES; usage is not recommended<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Way of collecting data online from user accessing a web site. Form data automatically available to php scripts. Dots and spaces in variable names converted to underscores. Form data can be made into an array using the following syntax &lt;input name=&#8221;FormArray[]&#8221;&gt; . Group elements by assigning the same array name to different elements; can specify &hellip; <a href=\"http:\/\/phpcodez.com\/form\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Form<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[209,231,370],"class_list":["post-7471","post","type-post","status-publish","format-standard","hentry","category-php","tag-form","tag-html","tag-php"],"_links":{"self":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts\/7471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/comments?post=7471"}],"version-history":[{"count":0,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts\/7471\/revisions"}],"wp:attachment":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/media?parent=7471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/categories?post=7471"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/tags?post=7471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}