<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>webry</author_name>
  <author_url>https://blog.hatena.ne.jp/webry/</author_url>
  <blog_title>実践するWEBサイト制作 | webnote</blog_title>
  <blog_url>https://webry.hatenadiary.org/</blog_url>
  <categories>
    <anon>基礎</anon>
    <anon>PHP</anon>
    <anon>WEB開発</anon>
  </categories>
  <description>☆★データーでの確認★☆処理を繰り返す (if else) if 〜 else, if 〜 elseif 〜 else 「if 〜 else」文は、 条件によって処理を2通りに分岐させることができる 「if 〜 elseif 〜 else」文は、より複雑な分岐処理が記述できる 【 書式 】《 PHPスクリプト 》 &lt;?php // 1〜10までのループ for ($cnt = 1; $cnt &lt;= 10; $cnt++) { print $cnt; if ($cnt &lt;= 5) { // 変数値が5以下なら●マークを追加 print &quot;●&quot;; } elseif ($cnt &lt;= 8) { //…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwebry.hatenadiary.org%2Fentry%2F20130906%2Fp1&quot; title=&quot;PHP繰り返し処理と分岐処理０５ - 実践するWEBサイト制作 | webnote&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>https://cdn-ak.f.st-hatena.com/images/fotolife/w/webry/20130811/20130811185652.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-09-06 00:00:01</published>
  <title>PHP繰り返し処理と分岐処理０５</title>
  <type>rich</type>
  <url>https://webry.hatenadiary.org/entry/20130906/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
