<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ウェブル &#187; Flash</title>
	<atom:link href="http://kezy.org/tag/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://kezy.org</link>
	<description>名古屋の Web 制作会社で働く PHP + MySQL 時々 Javascript を弄る20才 Web デザイナー</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:55:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kezy.org/tag/flash/feed" />
		<item>
		<title>パンくずリストを作る過程で参考にしたページ。</title>
		<link>http://kezy.org/2008/12/28/pankuzu</link>
		<comments>http://kezy.org/2008/12/28/pankuzu#comments</comments>
		<pubDate>Sun, 28 Dec 2008 13:23:48 +0000</pubDate>
		<dc:creator>Sorai</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SSI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://kezy.org/?p=587</guid>
		<description><![CDATA[パンくずリスト（PHP版)を参考に、オリジナルのパンくずリストを作るPHPを作ってみます。
実際私は参考書を一通り読みましたが、こんな機能があるんだー！っていう程度しか記憶がありません。骨しかない知識に、肉付け作業をしな<p class="excerpt_more"><a href="">...Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fayn.s59.xrea.com/x/tips/php/whereis.php">パンくずリスト（PHP版)</a>を参考に、オリジナルのパンくずリストを作るPHPを作ってみます。</p>
<p>実際私は参考書を一通り読みましたが、こんな機能があるんだー！っていう程度しか記憶がありません。骨しかない知識に、肉付け作業をしながら、パンくずリストを作っていきます。以下は参考にしたページ一覧。<br />
<a href="http://www.phppro.jp/phpmanual/php/function.array.html">array &#8211; PHPプロ！マニュアル</a><br />
<a href="http://lib.stwing.jp/archives/2005/09/php_server.html">STUDIO WING .lib: PHP：$_SERVER　サーバ環境変数</a><br />
<a href="http://nyx.pu1.net/practice/server_var/">PHPスクリプト講座：サーバ変数：$_SERVER &#8212; そふぃのphp入門</a><br />
<a href="http://www.scollabo.com/banban/php/ref/ref_array_shift.html">array_shift()関数/PHP関数リファレンス</a><br />
<a href="http://www.scollabo.com/banban/php/ref/ref_array_pop.html">array_pop()関数/PHP関数リファレンス</a><br />
<a href="http://kuppo.sakura.ne.jp/php/sankou_enzansi.php">IF文を？（ハテナ）と：（コロン）を使って一行でプログラムできる三項演算子！</a><br />
<a href="http://ww7.tiki.ne.jp/~inabah/php/002_011.htm">PHP入門 &#8211; 繰り返し３（foreach）</a><br />
<span id="more-587"></span></p>
<h3><ins datetime="2008-12-29T08:45:00+00:00">追記:パラメータの受け渡し</ins></h3>
<p>PHPはパラメータの受け渡しができるみたい。これならパンくずリストを楽に作成できる！<br />
<a href="http://plog.pya.jp/program/php/lesson09/sample01.html">PHPプログラム解説&amp;講座 Lesson9-1 ?パラメータの受け渡し? ぷろぐらむるーむ</a><br />
<a href="http://www.sound-uz.jp/php/note/gpcRequest">値の受け渡し &#8211; PHP Note</a><br />
<a href="http://okwave.jp/qa4336105.html">includeはファイルは読み込むが引数を渡すことはできない</a></p>
<h3><ins datetime="2009-01-19T09:08:00+00:00">追記2:パラメータを受け渡す必要も何もない</ins></h3>
<p>随分前に気付いたことですが、includeで呼び出したスクリプト内で使っている変数は、includeで呼び出したファイル外でも使える。またその逆もありで、includeで呼び出したファイル外で使われている変数を、includeで呼び出したファイル内で使うことができるみたいです。</p>
]]></content:encoded>
			<wfw:commentRss>http://kezy.org/2008/12/28/pankuzu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kezy.org/2008/12/28/pankuzu" />
	</item>
	</channel>
</rss>
