<?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>php MySQL  自分メモ</title>
	<atom:link href="http://patareru.net/feed" rel="self" type="application/rss+xml" />
	<link>http://patareru.net</link>
	<description>php、MySQLそれにかかわるweb全般自分用メモ</description>
	<lastBuildDate>Mon, 30 Apr 2012 03:43:57 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/feed" />
		<item>
		<title>php 添付ファイルメール</title>
		<link>http://patareru.net/archives/765</link>
		<comments>http://patareru.net/archives/765#comments</comments>
		<pubDate>Mon, 30 Apr 2012 03:42:23 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=765</guid>
		<description><![CDATA[バックアップデータなどのメールを送る場合だ。 PHPで添付ファイル付きメールを送信 PHPでメールに添付ファイルをつけて送る方法]]></description>
		<wfw:commentRss>http://patareru.net/archives/765/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/765" />
	</item>
		<item>
		<title>CSVダウンロードその２</title>
		<link>http://patareru.net/archives/745</link>
		<comments>http://patareru.net/archives/745#comments</comments>
		<pubDate>Sat, 24 Mar 2012 07:12:45 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[csv]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=745</guid>
		<description><![CDATA[MySQLダウンロードその２ MySQLのデータをphpでCSVダウンロード テーブルデータを全てダウンロードする。 test_table.php &#60;?php header(&#8220;Content-Type: &#8230; <a href="http://patareru.net/archives/745">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/745/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/745" />
	</item>
		<item>
		<title>phpで日付計算</title>
		<link>http://patareru.net/archives/739</link>
		<comments>http://patareru.net/archives/739#comments</comments>
		<pubDate>Sat, 17 Mar 2012 03:04:47 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=739</guid>
		<description><![CDATA[今日から3日前の日付け &#60;?php $todays = date(&#8220;Y-m-d H:i:s&#8221;); $days = date(&#8220;Y-m-d H:i:s&#8221;, strtot &#8230; <a href="http://patareru.net/archives/739">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/739/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/739" />
	</item>
		<item>
		<title>全世界の登録ドメイン名の数が2億2500万件を超えた</title>
		<link>http://patareru.net/archives/735</link>
		<comments>http://patareru.net/archives/735#comments</comments>
		<pubDate>Tue, 13 Mar 2012 08:21:42 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=735</guid>
		<description><![CDATA[インターネットの登録ドメイン数が2億2500万件を突破したようだ。]]></description>
		<wfw:commentRss>http://patareru.net/archives/735/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/735" />
	</item>
		<item>
		<title>レンタルサーバーのcronを使う</title>
		<link>http://patareru.net/archives/718</link>
		<comments>http://patareru.net/archives/718#comments</comments>
		<pubDate>Fri, 02 Mar 2012 03:00:43 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[cron]]></category>
		<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=718</guid>
		<description><![CDATA[レンタルサーバーのcronを使う必要があった。 メール一斉配信などに使うやつ。 短い間隔で（5分とか10分とか15分とか）クーロンを走らせる必要があった。 ロリポップとさくらのレンタルサーバ とcoreserverを使っ &#8230; <a href="http://patareru.net/archives/718">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/718/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/718" />
	</item>
		<item>
		<title>googlemap 画像化</title>
		<link>http://patareru.net/archives/704</link>
		<comments>http://patareru.net/archives/704#comments</comments>
		<pubDate>Thu, 02 Feb 2012 11:30:34 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[googlemap]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[モバイル]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=704</guid>
		<description><![CDATA[googlemapを画像にする &#60;?php $address_ = &#8220;東京都新宿区西新宿２丁目８-１&#8221;; $address_ = mb_convert_encoding($address_, &#8230; <a href="http://patareru.net/archives/704">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/704/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/704" />
	</item>
		<item>
		<title>ローマ数字文字化け</title>
		<link>http://patareru.net/archives/697</link>
		<comments>http://patareru.net/archives/697#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:02:26 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=697</guid>
		<description><![CDATA[ローマ数字文字化け <a href="http://patareru.net/archives/697">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/697/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/697" />
	</item>
		<item>
		<title>IE6</title>
		<link>http://patareru.net/archives/687</link>
		<comments>http://patareru.net/archives/687#comments</comments>
		<pubDate>Tue, 27 Dec 2011 12:03:39 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[WEBメモ]]></category>
		<category><![CDATA[セキュリティー]]></category>
		<category><![CDATA[ブラウザ]]></category>
		<category><![CDATA[ホームページ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=687</guid>
		<description><![CDATA[ちと古いが yahoojapanがIE6サポートを終了 セキュリティーに問題あるし使わないのが無難。]]></description>
		<wfw:commentRss>http://patareru.net/archives/687/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/687" />
	</item>
		<item>
		<title>GoogleMap有料化</title>
		<link>http://patareru.net/archives/678</link>
		<comments>http://patareru.net/archives/678#comments</comments>
		<pubDate>Sat, 19 Nov 2011 04:31:18 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[googlemap]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=678</guid>
		<description><![CDATA[Google MapsのAPI有料化へ GoogleのGoogleMapが来年2012年1月1日より一部有料となるようだ。 有料化されるのはGoogleAPIで1日に2万5000回以上APIにアクセスする場合は課金される &#8230; <a href="http://patareru.net/archives/678">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/678/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/678" />
	</item>
		<item>
		<title>jquery ajax サンプル</title>
		<link>http://patareru.net/archives/671</link>
		<comments>http://patareru.net/archives/671#comments</comments>
		<pubDate>Fri, 18 Nov 2011 06:08:01 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[不動産web製作メモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=671</guid>
		<description><![CDATA[jcombo jquery ajaxを使った連動するプルダウンのサンプル 住所 沿線]]></description>
		<wfw:commentRss>http://patareru.net/archives/671/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/671" />
	</item>
		<item>
		<title>モバイルFlash断念</title>
		<link>http://patareru.net/archives/669</link>
		<comments>http://patareru.net/archives/669#comments</comments>
		<pubDate>Mon, 14 Nov 2011 09:44:36 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[モバイル]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=669</guid>
		<description><![CDATA[モバイルFlash断念はAppleの拒絶が主因――Adobe幹部が説明]]></description>
		<wfw:commentRss>http://patareru.net/archives/669/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/669" />
	</item>
		<item>
		<title>jqueryでテキストエリアにタグ挿入</title>
		<link>http://patareru.net/archives/666</link>
		<comments>http://patareru.net/archives/666#comments</comments>
		<pubDate>Sat, 12 Nov 2011 08:46:12 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=666</guid>
		<description><![CDATA[ﾌﾞログ管理画面で見かけるjqueryを使ったhtmlタグ挿入サンプル タグ挿入サンプル]]></description>
		<wfw:commentRss>http://patareru.net/archives/666/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/666" />
	</item>
		<item>
		<title>jqueryコンボボックス</title>
		<link>http://patareru.net/archives/659</link>
		<comments>http://patareru.net/archives/659#comments</comments>
		<pubDate>Thu, 06 Oct 2011 03:22:24 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=659</guid>
		<description><![CDATA[jqueryコンボボックス。 MySQLと連動するプルダウン。 jCombo jquery コンボボックスサンプル]]></description>
		<wfw:commentRss>http://patareru.net/archives/659/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/659" />
	</item>
		<item>
		<title>ソーシャルボタン</title>
		<link>http://patareru.net/archives/631</link>
		<comments>http://patareru.net/archives/631#comments</comments>
		<pubDate>Fri, 02 Sep 2011 00:45:47 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WEBメモ]]></category>
		<category><![CDATA[ホームページ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=631</guid>
		<description><![CDATA[はてなブックマーク、google+1、facebook、twitter、mixiの 各ソーシャルボタンの設置方法 はてなブックマーク google+1 フェイスブックいいねボタン twitterツイートボタン mixiチ &#8230; <a href="http://patareru.net/archives/631">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/631/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/631" />
	</item>
		<item>
		<title>都道府県番号</title>
		<link>http://patareru.net/archives/626</link>
		<comments>http://patareru.net/archives/626#comments</comments>
		<pubDate>Sat, 20 Aug 2011 04:15:55 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=626</guid>
		<description><![CDATA[都道府県番号:都道府県:県庁所在地 01:北海道:札幌市(さっぽろ) 02:青森県:青森市(あおもり) 03:岩手県:盛岡市(もりおか) 04:宮城県:仙台市(せんだい) 05:秋田県:秋田市(あきた) 06:山形県:山 &#8230; <a href="http://patareru.net/archives/626">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/626/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/626" />
	</item>
		<item>
		<title>代用フリーソフト</title>
		<link>http://patareru.net/archives/619</link>
		<comments>http://patareru.net/archives/619#comments</comments>
		<pubDate>Tue, 26 Jul 2011 14:59:42 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[WEBメモ]]></category>
		<category><![CDATA[ホームページ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=619</guid>
		<description><![CDATA[Illustrator（イラストレーター）の代わり InkScape photoshop（フォトショップ）の代わり GIMP Dreameaver（ドリームウィーバー）の代わり aptana InDesign（インデザイ &#8230; <a href="http://patareru.net/archives/619">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/619/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/619" />
	</item>
		<item>
		<title>javascript action 振り分け</title>
		<link>http://patareru.net/archives/597</link>
		<comments>http://patareru.net/archives/597#comments</comments>
		<pubDate>Mon, 20 Jun 2011 16:31:28 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=597</guid>
		<description><![CDATA[javascriptでactionを振り分ける index.php &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; con &#8230; <a href="http://patareru.net/archives/597">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/597/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/597" />
	</item>
		<item>
		<title>yahoo モバイルにインデックス3</title>
		<link>http://patareru.net/archives/592</link>
		<comments>http://patareru.net/archives/592#comments</comments>
		<pubDate>Thu, 16 Jun 2011 09:03:07 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WEBメモ]]></category>
		<category><![CDATA[モバイル]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=592</guid>
		<description><![CDATA[1.ヤフーブログ でブログを書く 普通のホームページを登録する方法は goo RSS作成か http://myrss.jp/あたりで 2.作って出来たアドレスを自分のyahooブログに登録する。 3.待つ。 たぶんY!J &#8230; <a href="http://patareru.net/archives/592">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/592/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/592" />
	</item>
		<item>
		<title>フリー住所データ　沿線データ</title>
		<link>http://patareru.net/archives/583</link>
		<comments>http://patareru.net/archives/583#comments</comments>
		<pubDate>Thu, 09 Jun 2011 14:07:37 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=583</guid>
		<description><![CDATA[不動産サイトなどで欠かせない住所と路線マスターデータ 各種郵便番号データのダウンロード 郵便データは丁目がないので 国土交通省国土計画局から 位置参照情報ダウンロードサービス 駅データ 無料ダウンロード サービス 『駅デ &#8230; <a href="http://patareru.net/archives/583">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://patareru.net/archives/583/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/583" />
	</item>
		<item>
		<title>PHP技術者認定機構</title>
		<link>http://patareru.net/archives/580</link>
		<comments>http://patareru.net/archives/580#comments</comments>
		<pubDate>Tue, 31 May 2011 02:12:02 +0000</pubDate>
		<dc:creator>hage</dc:creator>
				<category><![CDATA[WEBメモ]]></category>

		<guid isPermaLink="false">http://patareru.net/?p=580</guid>
		<description><![CDATA[特定非営利任意団体 PHP技術者認定機構 http://www.phpexam.jp/]]></description>
		<wfw:commentRss>http://patareru.net/archives/580/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://patareru.net/archives/580" />
	</item>
	</channel>
</rss>

