<p></p>
<h2>PHP &html の Header() – X 秒で場所 (URL) に更新 (リダイレクト)、headerinphp</h2>
<h2>ケース 1 : PHP で待たずにページを URL にリダイレクトします。</h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gutter">
1
</td>
<td class="code">
<code class="php plain">header(</code><code class="php string">"Location: index.php"</code><code class="php plain">);</code>
</td>
</tr>
</tbody>
</table>
<p> </p>
<h2>ケース 2: PHP で X 秒待機した後、ページを URL にリダイレクトします。</h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gutter">
1
2
3
4
5
</td>
<td class="code">
<code class="php plain"><?php</code>
<code class="php plain">header(</code><code class="php string">"Refresh: 5; url=index.php"</code><code class="php plain">);</code>
<code class="php functions">echo</code> <code class="php string">'Logged in successfully.'</code><code class="php plain">; ?></code>
</td>
</tr>
</tbody>
</table>
<h2> X 秒後にウェブページをリダイレクトする HTML コード。</h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gutter">
1
</td>
<td class="code">
<code class="xml plain"><</code><code class="xml keyword">meta</code> <code class="xml color1">http-equiv</code><code class="xml plain">=</code><code class="xml string">"refresh"</code> <code class="xml color1">content</code><code class="xml plain">=</code><code class="xml string">"5; url=http://sau.comli.com/"</code><code class="xml plain">></code>
</td>
</tr>
</tbody>
</table>
<p align="left"></p>
<div style="display:none;">
<span id="url" itemprop="url">http://www.bkjia.com/PHPjc/986429.html</span><span id="indexUrl" itemprop="indexUrl">www.bkjia.com</span><span id="isOriginal" itemprop="isOriginal">true</span><span id="isBasedOnUrl" itemprop="isBasedOnUrl">http://www.bkjia.com/PHPjc/986429.html</span><span id="genre" itemprop="genre">技術記事</span><span id="description" itemprop="description"> PHP html の Header() – X 秒で場所 (URL) に更新 (リダイレクト)、headerinphp ケース 1 : PHP で待機せずにページを URL にリダイレクトします。 1 ヘッダー( "場所:index.php" )...</span>
</div>
<div class="art_confoot"></div>