<?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>Bowz::Notebook &#187; PHP</title>
	<atom:link href="http://bowz.info/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://bowz.info</link>
	<description>WordPress, iPhone, Mac とウェブ制作に関するブログ</description>
	<lastBuildDate>Fri, 10 Sep 2010 06:19:09 +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://bowz.info/tag/php/feed" />
		<item>
		<title>[ htmlSQL ] SQL みたいな文法で HTML を抽出する PHP のライブラリ</title>
		<link>http://bowz.info/1916</link>
		<comments>http://bowz.info/1916#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:09:15 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://bowz.info/1916</guid>
		<description><![CDATA[

SQL みたいな文法で HTML を抽出する [ htmlSQL ] と言う PHP のライブラリを使ってみました。



簡単な流れのサンプル

[ htmlSQL ] の簡単な流れは次の通り。

&#60;?php [...]]]></description>
		<wfw:commentRss>http://bowz.info/1916/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1916" />
	</item>
		<item>
		<title>[ PHP ] 配列の中身を指定の区切り文字で連結するサンプル</title>
		<link>http://bowz.info/1891</link>
		<comments>http://bowz.info/1891#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:10:59 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/1891</guid>
		<description><![CDATA[

配列の中身を指定の区切り文字で連結する PHP のサンプルです。



PHP ソースコード

PHP ソースコードは次の様な感じです。

&#60;?php
    $hoge = array( "aaa", "bb [...]]]></description>
		<wfw:commentRss>http://bowz.info/1891/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1891" />
	</item>
		<item>
		<title>CORESERVER と PHP セーフモードの問題</title>
		<link>http://bowz.info/1746</link>
		<comments>http://bowz.info/1746#comments</comments>
		<pubDate>Fri, 04 Dec 2009 13:54:14 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CORESERVER]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bowz.info/1746</guid>
		<description><![CDATA[

CORESERVER と PHP セーフモードの問題について、僕自身あまり詳しくないのですが、理解している範囲で書いてみます。
間違いなどがあれば、ご指摘頂けると助かります。



そもそも PHP のセーフモードと [...]]]></description>
		<wfw:commentRss>http://bowz.info/1746/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1746" />
	</item>
		<item>
		<title>[ PHP のサンプル ] ページの最終更新日を取得する</title>
		<link>http://bowz.info/1775</link>
		<comments>http://bowz.info/1775#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:54:57 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/1775</guid>
		<description><![CDATA[

ページの最終更新日を取得する PHP のサンプルコードです。



&#60;p&#62;最終更新日 : &#60;?php echo date("Y/m/d", getlastmod()) ?&#62;&#60;/p&#62; [...]]]></description>
		<wfw:commentRss>http://bowz.info/1775/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1775" />
	</item>
		<item>
		<title>[ PHP の文法 ] 配列</title>
		<link>http://bowz.info/1774</link>
		<comments>http://bowz.info/1774#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:43:08 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/1774</guid>
		<description><![CDATA[

PHP の文法 [ 配列 ] についての解説です。



配列 ( array )

&#60;?php
    $fruit[] = "Apple";
    $fruit[] = "Orange";
    $fr [...]]]></description>
		<wfw:commentRss>http://bowz.info/1774/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1774" />
	</item>
		<item>
		<title>[ PHP の文法 ] クラスとオブジェクト</title>
		<link>http://bowz.info/1773</link>
		<comments>http://bowz.info/1773#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:04:25 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/1773</guid>
		<description><![CDATA[

PHP の文法 [ クラスとオブジェクト ] についての解説です。



クラスと言うのは、function をまとめた物？

サンプルコード

下の例では、税抜きと税込みの価格を表示します。

class zeik [...]]]></description>
		<wfw:commentRss>http://bowz.info/1773/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1773" />
	</item>
		<item>
		<title>[ XOOPS ] MAMP 1.7.1 + XOOPS Cube Legacy 2.1.4 インストールメモ</title>
		<link>http://bowz.info/1403</link>
		<comments>http://bowz.info/1403#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:45:01 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[XOOPS]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/?p=1403</guid>
		<description><![CDATA[

MAMP に XOOPS Cube Legacy 2.1.4 をインストールしてハマったのでメモしておきます。



XOOPS Cube Legacy 2.1.4 をインストールした環境


Mac OS 10.5 [...]]]></description>
		<wfw:commentRss>http://bowz.info/1403/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1403" />
	</item>
		<item>
		<title>[ PHP ] クロスサイトスクリプティング ( XSS ) に関するメモ</title>
		<link>http://bowz.info/1392</link>
		<comments>http://bowz.info/1392#comments</comments>
		<pubDate>Wed, 02 Jul 2008 14:53:16 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bowz.info/?p=1392</guid>
		<description><![CDATA[

クロスサイトスクリプティング ( XSS ) の簡単な実例をメモ。
PHP は勉強中なので、この記事には間違いがあるかもしれません。 ご了承ください。



入力された値を、そのまま出力する問題のある PHP コード [...]]]></description>
		<wfw:commentRss>http://bowz.info/1392/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1392" />
	</item>
		<item>
		<title>[ PHP ] フォームに入力した内容を別のページに渡すサンプル</title>
		<link>http://bowz.info/1393</link>
		<comments>http://bowz.info/1393#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:21:53 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Sample]]></category>

		<guid isPermaLink="false">http://bowz.info/?p=1393</guid>
		<description><![CDATA[

フォームに入力した内容を別のページに渡して表示する PHP のサンプルです。



サンプルコード ( 抜粋 )

入力用ページのソース ( index.html )

&#60;form action=&#34;o [...]]]></description>
		<wfw:commentRss>http://bowz.info/1393/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1393" />
	</item>
		<item>
		<title>mi で Markdown を HTML に変換</title>
		<link>http://bowz.info/1341</link>
		<comments>http://bowz.info/1341#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:40:23 +0000</pubDate>
		<dc:creator>Bowz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Markdown]]></category>
		<category><![CDATA[mi]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bowz.info/1341</guid>
		<description><![CDATA[

Mac OS X のテキストエディタ mi のツール機能を使って Markdown を HTML に変換する方法がわかったのでメモ。
ちなみに、私の環境は Mac OS 10.5.2 + PHP 5.2.4 です。
 [...]]]></description>
		<wfw:commentRss>http://bowz.info/1341/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bowz.info/1341" />
	</item>
	</channel>
</rss>
