<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakaya0611</author_name>
  <author_url>https://blog.hatena.ne.jp/nakaya0611/</author_url>
  <blog_title>開発日記・備忘録</blog_title>
  <blog_url>https://nakaya0611.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>入力値の保持。input type=&quot;text&quot;(テキストボックス)の値の保持についてたとえば &lt;form method=&quot;post&quot; action=&quot;plactice3.php&quot;&gt; &lt;input type=&quot;text&quot; name=&quot;name1&quot;&gt; &lt;/form&gt;実際はこんな感じ というテキストボックスがあるとして、この時POSTで渡される配列の値は 入力値になる。つまり $_POST[&quot;name1&quot;]=入力値 となる。 そして受け取る側では、 &lt;?php $name = $_POST[&quot;name1&quot;]; print_r (&quot;$name&lt;br /&gt;&quot;); ?&gt;と表記し、引き継いだその値を表記す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnakaya0611.hatenadiary.org%2Fentry%2F20090611%2F1244685103&quot; title=&quot;Jun10:入力フォームで受け渡し→確認→戻るのフローで、入力値を保持する。(テキスト・ラジオボタン・チェックボックス)  - 開発日記・備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-11 10:51:43</published>
  <title>Jun10:入力フォームで受け渡し→確認→戻るのフローで、入力値を保持する。(テキスト・ラジオボタン・チェックボックス) </title>
  <type>rich</type>
  <url>https://nakaya0611.hatenadiary.org/entry/20090611/1244685103</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
