{"id":162,"date":"2020-12-06T11:42:54","date_gmt":"2020-12-06T06:12:54","guid":{"rendered":"https:\/\/selfimagination.in\/tips\/?p=162"},"modified":"2022-07-24T21:43:07","modified_gmt":"2022-07-24T16:13:07","slug":"get-post-method","status":"publish","type":"post","link":"https:\/\/selfimagination.in\/tips\/get-post-method\/","title":{"rendered":"GET &#038; POST Method | Difference Between GET &#038; POST"},"content":{"rendered":"\n<p>GET &amp; POST Method \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0939\u092e\u0947\u0902 Server \u092a\u0930 \u0915\u094b\u0908 Request \u092d\u0947\u091c\u0928\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0924\u094b \u0939\u092e\u0947\u0902 Form \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u0914\u0930 Form \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0939\u092e Submit Button \u0938\u0947 \u0939\u092e Form \u0915\u0947 \u0938\u092d\u0940 Child \u0915\u0940 Value \u0915\u094b \u0915\u093f\u0938\u0940 \u092d\u0940 \u0905\u0928\u094d\u092f PHP \u0915\u0947 page \u092a\u0930 \u092d\u0947\u091c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 Value \u092d\u0947\u091c\u0928\u0947 \u0915\u093e \u0915\u093e\u0930\u094d\u092f \u0924\u094b Form Handle \u0915\u0930 \u0932\u0947\u0924\u093e \u0939\u0948\u0902 \u0914\u0930 Receive \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u092e\u0947\u0902 Global Variable $_GET \u0914\u0930 $_POST \u0915\u0930 \u091c\u0930\u0941\u0930\u0924 \u0932\u0917\u0924\u0940 \u0939\u0948\u0902\u0964 \u0906\u0907\u092f\u0947 \u0907\u0938 Example \u0938\u0947 \u0938\u092e\u091d\u0924\u0947 \u0939\u0948\u0902 \u0915\u0940 \u0915\u093f\u0938 \u0924\u0930\u0939 \u0938\u0947 Value \u0915\u094b Form \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u092d\u0947\u091c\u093e \u0914\u0930  $_GET \u0914\u0930 $_POST  \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e Receive \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0902\u0964 \u0906\u0907\u090f \u0907\u0938 \u0906\u0930\u094d\u091f\u093f\u0915\u0932 \u092e\u0947 \u0939\u092e post and get method in php \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947 \u0938\u092e\u091d\u0924\u0947 \u0939\u0948\u0902 \u0964 <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is get method in PHP?<\/h2>\n\n\n\n<p>Get Method \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0939\u092e URL \u092a\u0930 Parameter \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 Data \u092f\u093e \u091c\u094b \u092d\u0940 \u0939\u092e\u0928\u0947 Programing \u0915\u0947 \u0932\u093f\u090f Flag \u092c\u0928\u093e\u090f \u0939\u0948\u0902 \u0909\u0928\u0915\u0947 \u090f\u0915 Page \u0938\u0947 \u0926\u0942\u0938\u0930\u0947 Page \u092a\u0930 \u092d\u0947\u091c\u0924\u0947 \u0939\u0948\u0902 \u0964 \u0906\u0907\u090f \u0906\u0917\u0947 example \u0938\u0947 \u0938\u092e\u091d\u0924\u0947 \u0939\u0948\u0902 \u0964 <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">PHP Get Method Example<\/h2>\n\n\n\n<pre title=\"MyForm.php  \" class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;FORM  method=\"GET\" action=\"get.php\"   &gt;\n        Enter Value of A &lt;input type=\"number\" id=\"f_a\" name=\"f_a\" \/&gt;&lt;br&gt;\n\tEnter value of B &lt;input type=\"number\" id=\"f_b\" name=\"f_b\" \/&gt;&lt;br&gt;\n\t&lt;input type=\"submit\" id=\"btn_ok\" value=\"SAVE\"&gt;\n&lt;\/FORM&gt;<\/code><\/pre>\n\n\n\n<p>\u0906\u0907\u092f\u0947 \u092e\u0947\u0902 \u0906\u092a\u0915\u094b \u0909\u092a\u0930\u094b\u0915\u094d\u0924 Code \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 Detail \u092e\u0947\u0902 \u0938\u092e\u091d\u093e \u0926\u0947\u0924\u093e \u0939\u0941\u0964 <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>FORM :<\/strong> \u092f\u0939 \u090f\u0915 HTML Tag \u0939\u0948\u0902 \u091c\u093f\u0938\u0915\u0940 \u0938\u0939\u093e\u092f\u0924\u093e \u0938\u0947 \u0939\u092e Server \u092a\u0930 Data Send \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><li><strong>Method :<\/strong> \u092f\u0939\u093e\u0901 \u092a\u0930 \u0939\u092e\u0947\u0902 GET \u0914\u0930 POST \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915 \u0932\u093f\u0916\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u092f\u0926\u093f \u0939\u092e Data GET Method \u0938\u0947 \u092d\u0947\u091c \u0930\u0939\u0947 \u0939\u0948 \u0924\u094b GET \u0938\u0947 \u0939\u0940 Receive \u0915\u0930\u0947\u0902\u0917\u0947 \u0914\u0930 POST \u0938\u0947 \u092d\u0947\u091c \u0930\u0939\u0947 \u0939\u0948\u0902 \u0924\u094b POST \u0938\u0947 \u0939\u0940 Receive \u0915\u0930\u0947\u0902\u0917\u0947\u0964 \u0907\u0938 Example \u092e\u0947\u0902 \u0939\u092e\u0947\u0902 \u0921\u093e\u091f\u093e GET \u0938\u0947 \u092d\u0947\u091c\u093e \u0939\u0948 \u0907\u0938\u0932\u093f\u090f Method \u092e\u0947\u0902 GET \u0932\u093f\u0916\u093e \u0939\u0948\u0902\u0964 <\/li><li><strong>Action :<\/strong> \u092f\u093e\u0928\u093f \u0915\u0940 \u091c\u092c \u092d\u0940 \u0939\u092e \u0938\u092c\u092e\u093f\u091f \u0915\u0930\u0947 \u0924\u094b \u0907\u0938 \u092a\u0947\u091c \u092a\u0930 \u0939\u092e\u0947\u0902 \u0930\u0947\u0921\u093f\u0930\u0947\u0915\u094d\u091f \u0915\u0930\u0928\u093e \u0939\u0948\u0902 \u0909\u0938 \u092a\u0947\u091c \u0915\u093e \u0928\u093e\u092e \u092f\u0939\u093e\u0901 \u092a\u0930 \u0932\u093f\u0916\u093e \u091c\u093e\u0924\u093e \u092f\u0939\u0940\u0902 \u092f\u0926\u093f \u0939\u092e\u0947\u0902 \u0907\u0938\u0940 \u092a\u0947\u091c \u092a\u0930 \u0930\u0947\u0921\u093f\u0930\u0947\u0915\u094d\u091f \u0939\u094b\u0928\u093e \u0939\u0948\u0902 \u0924\u094b \u0939\u092e \u092f\u0939\u093e\u0901 \u092a\u0930 \u0907\u0938\u0940 \u092a\u0947\u091c \u0915\u093e \u0928\u093e\u092e \u0932\u093f\u0916 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092e\u0947\u0902 \u0905\u092d\u0940 <strong>gate.php<\/strong> \u092a\u0930 redirect \u0939\u094b\u0928\u093e \u0925\u093e \u0907\u0938\u0932\u093f\u090f \u0939\u092e\u0928\u0947 \u092f\u0939\u093e\u0901 \u092a\u0930 <strong>get.php<\/strong> \u0932\u093f\u0916\u093e \u0939\u0948\u0902\u0964 \u0906\u092a \u0905\u092a\u0928\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u092a\u0947\u091c \u0915\u093e \u0928\u093e\u092e \u0930\u0916 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964       <\/li><li><strong>name :<\/strong> \u091c\u093f\u0938 \u092d\u0940 input Tag \u0915\u093e Data \u0906\u092a Send \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0909\u0938\u0947 \u092a\u0930 Name Attribute \u0926\u0947\u0928\u093e \u091c\u0930\u0941\u0930\u0940 \u0939\u0948\u0902\u0964 \u091c\u093f\u0938 \u092a\u0930 Name Attribute \u0926\u093f\u092f\u093e \u0939\u094b\u0924\u093e \u0935\u0939\u0940 Send \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0902\u0964 <\/li><li><strong>Submit Button :<\/strong> Form \u0938\u0947 Data type =&#8221;submit&#8221; \u0915\u0930\u0928\u0947 \u0938\u0947 \u0939\u0940 \u091c\u093e\u0924\u093e \u0939\u0948\u0902 \u0907\u0938\u0932\u093f\u090f \u0906\u092a\u0915\u094b input type =&#8221;submit&#8221; \u0926\u0947\u0928\u093e \u091c\u0930\u0941\u0930\u0940 \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u0935\u0948\u0938\u0947 \u092f\u0939 \u0915\u093e\u0930\u094d\u092f \u0939\u092e AJAX \u0938\u0947 \u092d\u0940 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0925\u0947 \u0909\u0938\u0915\u0947 \u0932\u093f\u090f \u092e\u0947\u0902 \u0906\u092a\u0915\u094b \u090f\u0915 \u0905\u0932\u0917 \u0938\u0947 Article \u092e\u0947\u0902 \u0938\u092e\u091d\u093e\u090a\u0902\u0917\u093e\u0964 <\/li><\/ul>\n\n\n\n<p><strong>Run \u0915\u0930\u0928\u0947 \u092a\u0930 \u0915\u0941\u091b \u0907\u0938 \u0924\u0930\u0939 \u0938\u0947 output Display \u0939\u094b\u0917\u093e\u0964 \u0909\u0938 \u092a\u0930 \u0939\u092e\u0928\u0947 3 \u0914\u0930 2 enter \u0915\u093f\u092f\u093e \u0939\u0948\u0902\u0964 <\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"444\" height=\"117\" src=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.png?resize=444%2C117&#038;ssl=1\" alt=\"\" class=\"wp-image-3487\" srcset=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.png?w=444&amp;ssl=1 444w, https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.png?resize=300%2C79&amp;ssl=1 300w\" sizes=\"auto, (max-width: 444px) 100vw, 444px\" \/><\/figure>\n\n\n\n<p> \u0909\u092a\u0930\u094b\u0915\u094d\u0924 Code \u0938\u0947 \u0939\u092e\u0928\u0947 Value \u0915\u094b Send \u0915\u0930 \u0926\u093f\u092f\u093e \u0905\u092c \u0928\u093f\u092e\u094d\u0928 Code \u0938\u0947 \u0939\u092e Value \u0915\u094b Received <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">PHP FORM action page <\/h3>\n\n\n\n<pre title=\"get.php  \" class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n\n$a = 0;\nif (isset($_GET['f_a']))\n{\n\t$a = $_GET['f_a'];\n}\n\n$b = 0;\nif (isset($_GET['f_b']))\n{\n\t$b = $_GET['f_b'];\n}\n\necho 'Ans is :'. ($a + $b);\n\n?&gt;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>$_GET[&#8216;f _a &#8216;] :<\/strong> \u0907\u0938 Code \u092e\u0947\u0902 \u0939\u092e\u0947\u0902 String \u092e\u0947\u0902 input tag \u0915\u093e name \u0926\u0947\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u091c\u094b \u0939\u092e\u0928\u0947 MyForm.php \u0938\u0947 Send \u0915\u093f\u092f\u093e \u0925\u093e\u0964 <\/li><li><strong>isset() :<\/strong> \u092f\u0926\u093f \u0915\u094b\u0908 \u092d\u0940 Parameter \u0926\u093f\u092f\u093e \u0939\u0948\u0902 \u0924\u094b \u0907\u0938 Set True Return \u0915\u0930\u0924\u093e \u0939\u0948 \u0914\u0930 \u092f\u0926\u093f \u0928\u0939\u0940\u0902 \u0926\u093f\u092f\u093e \u0939\u0948\u0902 \u0924\u094b False return \u0915\u0930\u0947\u0917\u093e \u092f\u093e\u0928\u093f \u0915\u0940 \u092f\u0926\u093f \u0906\u092a\u0928\u0947 $_GET \u092e\u0947\u0902 \u0910\u0938\u093e \u0915\u094b\u0908 Variable \u0915\u093e \u0928\u093e\u092e \u0926\u0947 \u0926\u093f\u092f\u093e \u091c\u094b \u0915\u0940 Form \u092a\u0930 \u0928\u0939\u0940\u0902 \u0925\u093e \u0924\u094b \u092f\u0939\u093e\u0901 \u092a\u0930 \u0906\u092a Check \u0932\u0917\u093e \u0915\u0930 Error \u0915\u094b Handle \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902. <\/li><\/ul>\n\n\n\n<p>\u092f\u0926\u093f \u092f\u0939 Code \u0906\u092a MyForm.php \u0915\u0947 header \u092e\u0947\u0902 \u0932\u093f\u0916\u0924\u0947 \u0914\u0930 Form \u0915\u0940 Action \u092a\u0930   MyForm.php  \u0932\u093f\u0916 \u0926\u0947\u0924\u0947 \u0924\u094b \u092d\u0940 Code Execute \u0939\u094b \u091c\u093e\u0924\u093e\u0964 <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Output <\/h2>\n\n\n\n<p>\u091c\u092c \u0906\u092a value enter \u0915\u0930 Save \u0915\u0930\u0947\u0902\u0917\u0947 \u0924\u094b URL \u092a\u0930 \u0915\u0941\u091b \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947\u0917\u093e\u0964 <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"397\" height=\"92\" src=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted-1.png?resize=397%2C92&#038;ssl=1\" alt=\"PHP GET Method\" class=\"wp-image-3491\" srcset=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted-1.png?w=397&amp;ssl=1 397w, https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted-1.png?resize=300%2C70&amp;ssl=1 300w\" sizes=\"auto, (max-width: 397px) 100vw, 397px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u0939\u092e\u093e\u0930\u0947 \u0905\u0928\u094d\u092f ARTICLE<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/selfimagination.in\/tips\/mysql-aggregate-function-in-hindi\/\">MySQL Aggregate Function<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/mysql-stored-procedure\/\">MySQL Stored Procedures<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/mysql-trigger\/\">MySQL Trigger (Before\/After)<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/php-validation-filter-var-preg_match\/\">PHP Form Validations, Required, Filter<\/a>&nbsp;<\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/dbcmd\/\">PHP MySQL Connection<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/php-dropdown-from-mysql\/\">Dropdown Retrieve from MySQL&nbsp;<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/learn-c-basic-n-advance\/\">Learn C (Single Page Summary)<\/a><\/li><li><a href=\"https:\/\/selfimagination.in\/tips\/arduino-guide-2021-hindi\/\">Arduino Guide 2021 (Hindi)<\/a><\/li><li><a href=\"https:\/\/blog.learncomputer.selfimagination.in\/2020\/10\/keyboard-shortcut.html\">\u0915\u0940\u092c\u094b\u0930\u094d\u0921 \u0936\u0949\u0930\u094d\u091f\u0915\u091f\u094d\u0938<\/a><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What is POST method in PHP?<\/h2>\n\n\n\n<p>Post Method \u0915\u093e \u0915\u093e\u0930\u094d\u092f \u092d\u0940 \u090f\u0915 Page \u0938\u0947 \u0926\u0942\u0938\u0930\u0947 Page Data \u0932\u0947 \u091c\u093e\u0928\u093e \u0939\u0948\u0902 \u0932\u0947\u0915\u093f\u0928 \u092f\u0939 URL \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u0928\u0939\u0940\u0902 \u0932\u0947 \u091c\u093e\u0924\u093e \u0939\u0948\u0902, \u090f\u0915 \u0924\u0930\u0939 \u0938\u0947 data Hidden Mode \u092e\u0947 \u091c\u093e\u0924\u093e \u0939\u0948\u0902 user \u0907\u0938 data \u0915\u094b \u0926\u0947\u0916 \u0928\u0939\u0940\u0902 \u0938\u0915\u0924\u093e , \u0926\u0947\u0916\u0928\u0947 \u0938\u0947 \u0932\u093f\u090f \u0909\u0938\u0947 \u0925\u094b\u095c\u0940 \u092e\u0947\u0939\u0928\u0924 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0964  <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">PHP POST Method Example <\/h2>\n\n\n\n<p>\u091c\u094b \u0939\u092e\u0947\u0902 \u0905\u092d\u0940 Get Method \u0915\u093e Example \u0926\u0947\u0916\u093e \u0909\u0938\u0947 \u0939\u092e\u0947\u0902 \u0915\u0947\u0935\u0932 \u091c\u0939\u093e \u092a\u0930 \u092d\u0940 GET \u0932\u093f\u0916\u093e \u0939\u0948\u0902 \u0909\u0938\u0915\u0940 \u091c\u0917\u0939 \u092a\u0930 POST \u0932\u093f\u0916\u0928\u093e \u0939\u0948 \u0924\u094b \u092f\u0939 Example POST Method \u0938\u0947 Execute \u0939\u094b \u091c\u093e\u090f\u0917\u093e\u0964 \u0906\u0907\u092f\u0947 \u0926\u0947\u0916\u0924\u0947 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;FORM  method=\"POST\" action=\"post.php\"   &gt;\n        Enter Value of A &lt;input type=\"number\" id=\"f_a\" name=\"f_a\" \/&gt;&lt;br&gt;\n\tEnter value of B &lt;input type=\"number\" id=\"f_b\" name=\"f_b\" \/&gt;&lt;br&gt;\n\t&lt;input type=\"submit\" id=\"btn_ok\" value=\"SAVE\"&gt;\n&lt;\/FORM&gt;<\/code><\/pre>\n\n\n\n<p>\u0939\u092e\u0947\u0902 \u0909\u092a\u0930\u094b\u0915\u094d\u0924 Code \u092e\u0947\u0902 \u0915\u0947\u0935\u0932 \u0926\u094b \u091c\u0917\u0939 \u092a\u0930 Name change \u0915\u093f\u092f\u093e \u0939\u0948 \u090f\u0915 Method \u092e\u0947\u0902 \u0914\u0930 \u0926\u0942\u0938\u0930\u093e Page \u0915\u093e \u0928\u093e\u092e \u0915\u094d\u092f\u0941\u0915\u0940 \u0939\u092e \u0905\u0932\u0917 page \u092c\u0928\u093e \u0930\u0939\u0947 \u0939\u0948\u0902 \u0907\u0938\u0932\u093f\u090f \u0939\u092e\u0928\u0947 \u092a\u0947\u091c \u0915\u0947 \u0928\u093e\u092e \u092e\u0947\u0902 Change \u0915\u093f\u092f\u093e \u0939\u0948\u0902 Page \u0915\u093e \u0928\u093e\u092e \u0906\u092a \u0905\u092a\u0928\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0930\u0916 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre title=\"post.php  \" class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n\n$a = 0;\nif (isset($_POST['f_a']))\n{\n\t$a = $_POST['f_a'];\n}\n\n$b = 0;\nif (isset($_POST['f_b']))\n{\n\t$b = $_POST['f_b'];\n}\n\necho 'Ans is :'. ($a + $b);\n\n?&gt;\n\n<\/code><\/pre>\n\n\n\n<p>\u0907\u0938\u092e\u0947\u0902 \u0939\u092e\u0928\u0947 \u091c\u0939\u093e \u092a\u0930 GET \u0932\u093f\u0916\u093e \u0925\u093e \u0935\u0939 \u092a\u0930 POST \u0932\u093f\u0916\u093e \u0939\u0948\u0902 \u092c\u093e\u0915\u093f Example \u0935\u0948\u0938\u093e \u0939\u0940 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Output <\/h2>\n\n\n\n<p>\u091c\u092c \u0906\u092a Execute \u0915\u0930\u0947\u0902\u0917\u0947 \u0924\u094b \u0915\u0941\u091b \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947\u0917\u093e <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"312\" height=\"84\" src=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.jpg?resize=312%2C84&#038;ssl=1\" alt=\"PHP POST Method\" class=\"wp-image-3492\" srcset=\"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.jpg?w=312&amp;ssl=1 312w, https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/Pasted.jpg?resize=300%2C81&amp;ssl=1 300w\" sizes=\"auto, (max-width: 312px) 100vw, 312px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What is the Difference Between GET and POST Method in PHP in Hindi <\/h2>\n\n\n\n<p>\u0939\u092e\u0928\u0947 \u0905\u092d\u0940 GET \u0914\u0930 POST \u0926\u094b\u0928\u094b\u0902 Method \u0926\u0947\u0916\u0940 \u0926\u094b\u0928\u094b\u0902 \u0915\u093e \u0939\u0940 \u0915\u093e\u0930\u094d\u092f \u090f\u0915 \u091c\u0948\u0938\u093e \u0939\u0948\u0902 \u0905\u092c \u0906\u092a\u0915\u0947 \u092e\u0928 \u092e\u0947\u0902 Query \u0939\u094b\u0924\u0940 \u0915\u0940 \u091c\u092c \u0926\u094b\u0928\u094b\u0902 \u0939\u0940 \u090f\u0915 \u091c\u0948\u0938\u0947 \u0939\u0948\u0902 \u0924\u094b \u092b\u093f\u0930 \u0926\u094b \u092c\u0928\u093e\u0928\u0947 \u0915\u0940 \u091c\u0930\u0941\u0930\u0924 \u0915\u094d\u092f\u093e \u0925\u0940 ? \u0924\u094b \u0906\u0907\u092f\u0947 \u092e\u0947\u0902 \u0906\u092a\u0915\u094b get and post method difference (\u0926\u094b\u0928\u094b\u0902 \u092e\u0947\u0902 \u0905\u0902\u0924\u0930) \u0915\u094b \u0938\u094d\u092a\u0937\u094d\u091f \u0915\u0930\u0924\u093e \u0939\u0941\u0964 <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Secure :<\/strong> \u091c\u092c \u0939\u092e\u0947\u0902 GET \u0938\u0947 Send \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0935\u0939 \u0939\u092e\u0947\u0902 URL \u092a\u0930 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947\u0924\u093e \u0939\u0948\u0902 , \u091c\u092c\u0915\u093f POST \u0938\u0947 Data send \u0915\u0930\u0928\u0947 \u0938\u0947 \u0935\u0939 URL \u092a\u0930 \u0926\u093f\u0916\u093e\u0908 \u0928\u0939\u0940\u0902 \u0926\u0947\u0924\u093e, \u0907\u0938\u0932\u093f\u090f POST \u091c\u094d\u092f\u093e\u0926\u093e Secure \u092e\u093e\u0928\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0902\u0964 <\/li><li><strong>Data Length : <\/strong>Get \u092e\u0947\u0902 \u0939\u092e 255 character \u0924\u0915 \u0939\u0940 data Send \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948 , \u091c\u092c\u0915\u093f POST \u092e\u0947\u0902 \u0915\u094b\u0908 \u0932\u093f\u092e\u093f\u091f \u0928\u0939\u0940\u0902 \u0939\u0948\u0902\u0964 <\/li><li><strong>String :<\/strong> Get \u092e\u0947\u0902 \u091c\u094b \u092d\u0940 Data Send  \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0902 \u0935\u0939 String \u092e\u0947\u0902 convert \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948\u0902 \u0915\u094d\u092f\u0941\u0915\u0940 Data URL \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u092d\u0947\u091c\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0902\u0964 \u091c\u092c\u0915\u093f POST \u092e\u0947\u0902 String, integer \u0906\u0926\u093f \u0938\u092d\u0940 Data Type \u092e\u0947\u0902 Data Send \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964 <\/li><li><strong>Save in Browser History : <\/strong>Get URL \u092e\u0947\u0902 \u0939\u094b\u0928\u0947 \u0915\u0947 \u0915\u093e\u0930\u0923 browser \u0915\u0940 history \u092e\u0947\u0902 save \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0902 \u091c\u092c\u0915\u093f POST \u0915\u093e data Browser history \u092e\u0947\u0902 save \u0928\u0939\u0940\u0902 \u0939\u094b\u0924\u093e\u0964 <\/li><\/ul>\n\n\n\n<p><strong>Difference between get and post in HTML<\/strong> with example: \u0907\u0924\u0928\u093e Read \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0906\u092a\u0915\u094b difference between get and post in php \u0938\u092e\u091d \u092e\u0947 \u0906 \u0917\u092f\u093e \u0939\u094b\u0917\u093e \u0964 <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>Difference between GET and POST method in Tabular Form<\/strong><\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><\/td><td><strong>GET Method<\/strong><\/td><td><strong>POST Method<\/strong><\/td><\/tr><tr><td><strong>Security<\/strong><\/td><td>Show on URL (Not Secure)<\/td><td>Not Show on URL (Secure)<\/td><\/tr><tr><td><strong>Date Length<\/strong><\/td><td>255 Character<\/td><td>No Limit<\/td><\/tr><tr><td><strong>Data Type<\/strong><\/td><td>String<\/td><td>String\/Integer<\/td><\/tr><tr><td><strong>Browser History<\/strong><\/td><td>Saved in Browser History<\/td><td>Not Saved in Browser History<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why use GET Method in PHP ?<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u091c\u092c \u092d\u0940 \u0939\u092e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0915\u0940 \u0939\u092e\u093e\u0930\u0947 \u0926\u094d\u0935\u093e\u0930 Pass \u0915\u093f\u092f\u0947 \u0917\u090f Parameter URL \u092e\u0947\u0902 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947 \u0924\u094b \u0939\u092e GET \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0964 <\/li><li>\u092f\u0926\u093f \u0939\u092e\u0947\u0902 \u090f\u0915 \u092a\u0947\u091c \u0938\u0947 \u0926\u0942\u0938\u0930\u0947 \u092a\u0947\u091c \u092a\u0930 anchor tag \u0938\u0947 \u092d\u0940 \u091c\u093e\u0928\u093e \u0939\u0948\u0902 \u0924\u094b \u0939\u092e \u0935\u0939 \u092a\u0930 manual parameter \u092a\u0902\u0939\u0941\u091a\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><li>\u092f\u0926\u093f \u0939\u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u092a\u0947\u091c \u0915\u094b Bookmark \u0915\u0930\u0928\u093e \u0939\u0948\u0902 \u0924\u094b URL \u092a\u0930 Parameter \u0939\u094b\u0928\u0947 \u0938\u0947 \u0939\u092e \u0906\u0938\u093e\u0928\u0940 \u0938\u0947 bookmark \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><li>GET \u092a\u0930 \u0915\u093e\u0930\u094d\u092f \u0915\u0930\u0928\u093e , \u0921\u093e\u091f\u093e \u092d\u0947\u091c\u0928\u093e POST \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 \u0906\u0938\u093e\u0928 \u0939\u094b\u0924\u093e \u0939\u0948\u0902\u0964 <\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why use POST Method in PHP  ?<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u091c\u092c \u0939\u092e\u0947\u0902 Data \u0915\u094b Secure \u0930\u0916\u0928\u093e \u0939\u094b \u0924\u092c \u0939\u092e\u0947\u0902 POST \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u093f\u090f <\/li><li>POST \u0915\u0947 \u0909\u092a\u092f\u094b\u0917 \u0938\u0947 URL \u091b\u094b\u091f\u0940 \u0939\u0940 \u0930\u0939\u0924\u0940 \u0939\u0948\u0902 \u0907\u0938\u0932\u093f\u090f \u092d\u0940 \u0939\u092e POST \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><li>\u092f\u0926\u093f String \u0915\u0947 \u0905\u0932\u093e\u0935\u093e \u0914\u0930 \u0915\u093f\u0938\u0940 Type \u0915\u093e Data Send \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u0924\u094b POST \u0915\u093e \u0939\u0940 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0964 <\/li><li>\u092f\u0926\u093f \u0906\u092a\u0915\u0947 Page \u092a\u0930 \u0905\u0927\u093f\u0915 input tag \u0939\u094b \u0924\u094b post \u0938\u0947 \u0939\u0940 \u0921\u093e\u091f\u093e Send \u0915\u0930\u0947\u0964 <\/li><li>\u092f\u0926\u093f \u0906\u092a Browser history \u092e\u0947\u0902 Parameter Store \u0928\u0939\u0940\u0902 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b POST \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0964 <\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">GET \u0914\u0930 POST \u0926\u094b\u0928\u094b\u0902 Method \u0915\u093e \u090f\u0915 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ?<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u0939\u093e\u0902 \u0939\u092e GET \u0914\u0930 POST \u0915\u093e \u0921\u093e\u091f\u093e \u090f\u0915 \u0938\u093e\u0925 \u092d\u0947\u091c\u0928\u093e \u0914\u0930 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u093e \u0915\u0930 \u0924\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0932\u0947\u0915\u093f\u0928 \u0909\u0938\u0915\u0947 \u0932\u093f\u090f \u0915\u0941\u091b \u0936\u0930\u094d\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><li>\u0939\u092e\u0947\u0902 mehtod \u092e\u0947\u0902 post \u0939\u0940 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0914\u0930 \u0939\u092e Manual Parameter \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e Get \u0935\u093e\u0932\u0940 Value Send \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/li><\/ul>\n\n\n\n<p>\u0906\u0907\u092f\u0947 \u0907\u0938 Example \u0938\u0947 \u0926\u094b\u0928\u094b\u0902 Method \u0915\u093e \u090f\u0915 \u0939\u0940 \u092c\u093e\u0930 \u092e\u0947\u0902 \u0915\u0948\u0938\u0947 \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 \u0938\u092e\u091d\u0928\u0947 \u0915\u0940 \u0915\u094b\u0936\u093f\u0936 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;FORM  method=\"POST\" action=\"post.php?id=5&amp;v=10\"   &gt;\n        Enter Value of A &lt;input type=\"number\" id=\"f_a\" name=\"f_a\" \/&gt;&lt;br&gt;\n\tEnter value of B &lt;input type=\"number\" id=\"f_b\" name=\"f_b\" \/&gt;&lt;br&gt;\n\t&lt;input type=\"submit\" id=\"btn_ok\" value=\"SAVE\"&gt;\n&lt;\/FORM&gt;<\/code><\/pre>\n\n\n\n<p>?id= : \u092f\u0939\u093e\u0901 \u092a\u0930 \u0939\u092e\u0947\u0902 id \u0928\u093e\u092e \u0938\u0947 \u090f\u0915 Parameter \u092c\u0928\u093e \u0915\u0930 \u0909\u0938\u0915\u0940 \u0935\u0948\u0932\u094d\u092f\u0942 5 \u0938\u0947\u0902\u0921 \u0915\u0940 \u0939\u0948\u0902 \u0914\u0930 &amp; \u0932\u0917\u093e \u0915\u0930 \u0939\u092e \u0906\u0917\u0947 \u0915\u093f\u0924\u0928\u0947 \u0939\u0940 \u0914\u0930 Parameter \u092d\u0947\u091c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<p> <\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n\n$id = 0;\nif (isset($_GET['id']))\n{\n\t$id = $_GET['id'];\n}\n\n\n$a = 0;\nif (isset($_POST['f_a']))\n{\n\t$a = $_POST['f_a'];\n}\n\n$b = 0;\nif (isset($_POST['f_b']))\n{\n\t$b = $_POST['f_b'];\n}\n\necho 'Ans is :'. ($a + $b);\n\n?&gt;\n<\/code><\/pre>\n\n\n\n<p>\u092f\u0939\u093e\u0901 \u092a\u0930 \u0939\u092e\u0928\u0947 \u0926\u094b\u0928\u094b\u0902 method \u0938\u0947 \u0921\u093e\u091f\u093e \u0915\u094b Receive \u0915\u093f\u092f\u093e \u0939\u0948\u0902\u0964 \u0909\u092a\u0930\u094b\u0915\u094d\u0924 Example \u092e\u0947 \u0939\u092e\u0928\u0947 get and post method in php in hindi \u0915\u094b \u0938\u092e\u091d\u093e \u0964 <\/p>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>PHP Get All POST Data<\/strong><\/h2>\n\n\n\n<p>Q. \u0915\u094d\u092f\u093e \u0939\u092e \u092a\u094b\u0938\u094d\u091f \u092e\u0947 \u092d\u0947\u091c\u0947 \u0917\u090f \u0938\u092d\u0940 Data \u0915\u094b \u0915\u093f\u0938\u0940 \u0932\u0942\u092a \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 Read \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948 \u0964 <\/p>\n\n\n\n<p>\u091c\u0940, \u0939\u093e \u092c\u093f\u0932\u094d\u0915\u0941\u0932 \u0906\u092a \u090f\u0915 foreach loop \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u092d\u0940 Data \u0915\u094b Get \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n\tforeach ($_POST as $KeyName =&gt; $KeyValue) \n\t{\n\t\t$InputName  = htmlspecialchars($KeyName);\n\t\t$inputValue = htmlspecialchars($KeyValue);\n\t}\n?&gt;<\/code><\/pre>\n\n\n\n<p>\u0906\u092a  $InputName \u0914\u0930  $inputValue  \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0906\u0917\u0947 \u0905\u092a\u0928\u0947 Program \u092e\u0947 \u0915\u0939\u0940 \u092d\u0940 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0964 <\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u0906\u0936\u093e \u0939\u0948\u0902 \u092e\u0941\u091d\u0947 \u0915\u0940 \u0906\u092a\u0915\u094b get and post in php (Get Method \/ Post Method) \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u092c\u0939\u0941\u0924 \u0938\u091f\u0940\u0915 \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u092e\u093f\u0932 \u0917\u0908 \u0939\u094b\u0917\u0940\u0964 \u092b\u093f\u0930 \u092d\u0940 \u092f\u0926\u093f \u0906\u092a\u0915\u0947 \u092e\u0928 \u092e\u0947\u0902 \u0915\u094b\u0908 Doubt \u0939\u094b \u0924\u094b \u0906\u092a \u092e\u0941\u091d\u0947 Comment \u0915\u0930 Query \u092a\u0942\u091b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092e\u0947\u0902 \u0906\u092a\u0915\u094b Reply \u0915\u0930\u0928\u0947 \u0915\u0940 \u092a\u0942\u0930\u0940 \u0915\u094b\u0936\u093f\u0936 \u0915\u0930\u0942\u0901\u0917\u093e\u0964 <\/p>\n\n\n\n<p>\u0905\u092a\u0928\u093e \u0915\u0940\u092e\u0924\u0940 \u0938\u092e\u092f \u0926\u0947\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0927\u0928\u094d\u092f\u0935\u093e\u0926\u094d\u0964 <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GET &amp; POST Method \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0939\u092e\u0947\u0902 Server \u092a\u0930 \u0915\u094b\u0908 Request \u092d\u0947\u091c\u0928\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0924\u094b \u0939\u092e\u0947\u0902 Form \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0902 \u0914\u0930 Form \u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0939\u092e Submit Button \u0938\u0947 \u0939\u092e Form \u0915\u0947 \u0938\u092d\u0940 Child \u0915\u0940 Value \u0915\u094b \u0915\u093f\u0938\u0940 \u092d\u0940 \u0905\u0928\u094d\u092f PHP \u0915\u0947 page \u092a\u0930 \u092d\u0947\u091c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 Value \u092d\u0947\u091c\u0928\u0947 \u0915\u093e \u0915\u093e\u0930\u094d\u092f \u0924\u094b Form Handle [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5258,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/selfimagination.in\/tips\/wp-content\/uploads\/2020\/12\/php-get-post-method.jpg?fit=1200%2C628&ssl=1","_links":{"self":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/comments?post=162"}],"version-history":[{"count":97,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/162\/revisions"}],"predecessor-version":[{"id":8735,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/posts\/162\/revisions\/8735"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/media\/5258"}],"wp:attachment":[{"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/media?parent=162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/categories?post=162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/selfimagination.in\/tips\/wp-json\/wp\/v2\/tags?post=162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}