<?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/"
	>

<channel>
	<title>IM502的博客 &#187; php</title>
	<atom:link href="http://www.im502.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.im502.com</link>
	<description>网站开发技术博客 php js css xml ajax mysql</description>
	<lastBuildDate>Thu, 08 Apr 2010 15:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>编程的乐趣</title>
		<link>http://www.im502.com/2009/03/13/i-love-php/</link>
		<comments>http://www.im502.com/2009/03/13/i-love-php/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 06:42:19 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[发票]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=127</guid>
		<description><![CDATA[今天公司财务要开一些发票，内容是纵贯线演唱会门票，但是要拆开来开，比如总价是13300，必须按380、580、800、1280、1680这五种形式的组合，起始就是通过这样的等式($a*380+$b*580+$c*800+$d*1280+$e*1... ]]></description>
		<wfw:commentRss>http://www.im502.com/2009/03/13/i-love-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>open-flash-chart系列教程(7)–PHP类库的用法</title>
		<link>http://www.im502.com/2009/01/17/open-flash-chart-tutorial7-phpclass/</link>
		<comments>http://www.im502.com/2009/01/17/open-flash-chart-tutorial7-phpclass/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 07:24:40 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[OFC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[图表]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=103</guid>
		<description><![CDATA[例子如下： require_once('includes/open-flash-chart2/php-ofc-library/open-flash-chart.php'); $tmpx = array();//x轴标签的数组 $tmpy = array();//从数据库查询得到y轴数据的数组  $title = new title( '年销售统计图表' );     $... ]]></description>
		<wfw:commentRss>http://www.im502.com/2009/01/17/open-flash-chart-tutorial7-phpclass/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>PHP SQLServer TEXT字段被截断</title>
		<link>http://www.im502.com/2008/05/14/php-sqlserver-text-cut-off/</link>
		<comments>http://www.im502.com/2008/05/14/php-sqlserver-text-cut-off/#comments</comments>
		<pubDate>Wed, 14 May 2008 06:38:50 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Sqlserver]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://www.im502.com/2008/05/14/ranslatevar-gajshost-https-documentlocationprotocol-httpsssl-httpwwwdocumentwriteunescape%3cscript-src-gajshost-google-analyticscomgajs-typetextjavascr/</guid>
		<description><![CDATA[一、针对MS SQL SERVER数据库       有两种解决方案，如下： 修改php.ini来实现：       打开php.ini，可看到mssql.textsize，mssql.textlimit两个选项：       ; Valid range 0 &#8211; 2147483647. Default = 4096. ... ]]></description>
		<wfw:commentRss>http://www.im502.com/2008/05/14/php-sqlserver-text-cut-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-mysql输出xml中文乱码问题</title>
		<link>http://www.im502.com/2007/12/04/php-mysql-output-xml-chinese-garbage-characters-problem/</link>
		<comments>http://www.im502.com/2007/12/04/php-mysql-output-xml-chinese-garbage-characters-problem/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 15:38:26 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[中文乱码]]></category>
		<category><![CDATA[日文乱码]]></category>

		<guid isPermaLink="false">http://www.im502.com/2007/12/04/php-mysql-output-xml-chinese-garbage-characters-problem/</guid>
		<description><![CDATA[今天在弄新版电台的程序时遇到一个问题： 通过PHP将MYSQL中的音乐信息输出成可以供JW-MP3 PLAYER调用的xml播放列表文件，英文没有问题，但中文和日文就不行，总是乱码。 最后百度、google一番终... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/12/04/php-mysql-output-xml-chinese-garbage-characters-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XajaxBook By PHP+Mysql+Xajax+Adodb+Smarty</title>
		<link>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/</link>
		<comments>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 08:25:55 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[xajax]]></category>
		<category><![CDATA[XajaxBook]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=33</guid>
		<description><![CDATA[历时三天的XajaxBook终于发布了，这只是一个学习的作品，所以用到了一些类库和框架，先放出这个带分页功能不带管理功能的Ajax留言本程序，程序中已经有较详细的注释，本作品供初学Xajax+Adod... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转]十分钟学会 xajax</title>
		<link>http://www.im502.com/2007/10/26/%e8%bd%ac%e5%8d%81%e5%88%86%e9%92%9f%e5%ad%a6%e4%bc%9a-xajax/</link>
		<comments>http://www.im502.com/2007/10/26/%e8%bd%ac%e5%8d%81%e5%88%86%e9%92%9f%e5%ad%a6%e4%bc%9a-xajax/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 05:41:53 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xajax]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=30</guid>
		<description><![CDATA[learn xajax in 10 minutes(原文摘自xajaxproject 官方wiki) 下面的中文翻译来在blueidea 译者按: xajax 最大的特点是他采用了xml response，这样我们可以用php来布置，处理异步传送数据之后，网页内容的更新。... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/10/26/%e8%bd%ac%e5%8d%81%e5%88%86%e9%92%9f%e5%ad%a6%e4%bc%9a-xajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adodb+Smarty中文手册下载</title>
		<link>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/</link>
		<comments>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 05:19:15 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[smarty中文手册]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=27</guid>
		<description><![CDATA[最近一直在学习用Adodb+Smarty进行数据库网站开发，网上的教程挺多的，一搜一大堆，使用中发现真的很省事。 这里放俩个中文手册提供给大家下载。 adodb中文手册 smarty手册中英文对照 相关日... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->