﻿<?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>亲亲宝宝 &#187; php</title>
	<atom:link href="http://www.wenhq.com/tag/phpt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenhq.com</link>
	<description>记录宝宝成长文章和软件开发经验笔记</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:03:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php mysql乱码问题</title>
		<link>http://www.wenhq.com/article/view_651.html</link>
		<comments>http://www.wenhq.com/article/view_651.html#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:43:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=651</guid>
		<description><![CDATA[<p>mysql增加了连接数据库时的字符集选择,为了防止乱码,我们在每次进行数据库操作的时候都应该制定字符集,有两种方式:
假定数据库为utf-8的字符集,网页为gbk的字符集;
$link=mysql_connect($hostname,$username, $password) OR DIE (&#8216;Unable to connect to database! Please try again later.&#8217;);
mysql_select_...<a href='http://www.wenhq.com/article/view_651.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>mysql增加了连接数据库时的字符集选择,为了防止乱码,我们在每次进行数据库操作的时候都应该制定字符集,有两种方式:
假定数据库为utf-8的字符集,网页为gbk的字符集;
$link=mysql_connect($hostname,$username, $password) OR DIE (&#8216;Unable to connect to database! Please try again later.&#8217;);
mysql_select_...<a href='http://www.wenhq.com/article/view_651.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_651.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ubuntu10.04安装配置apache2+php5.2+mysql5环境</title>
		<link>http://www.wenhq.com/article/view_638.html</link>
		<comments>http://www.wenhq.com/article/view_638.html#comments</comments>
		<pubDate>Fri, 16 Jul 2010 05:40:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=638</guid>
		<description><![CDATA[<p>
apache2+php5.2+mysql5可以说是运行开发php程序不可缺少的，下面将介绍在ubuntu10.04中如何安装。
第一ubuntu10.04 安装apache2.0 
在终端输入：
sudo apt-get install apache2 
安装过程就不多说了，安装后在浏览器中打开： 
http://localhost/ 
或者http://127.0.0.1 
如果出现It works!那证明OK了
第二ubuntu10.04 安...<a href='http://www.wenhq.com/article/view_638.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>
apache2+php5.2+mysql5可以说是运行开发php程序不可缺少的，下面将介绍在ubuntu10.04中如何安装。
第一ubuntu10.04 安装apache2.0 
在终端输入：
sudo apt-get install apache2 
安装过程就不多说了，安装后在浏览器中打开： 
http://localhost/ 
或者http://127.0.0.1 
如果出现It works!那证明OK了
第二ubuntu10.04 安...<a href='http://www.wenhq.com/article/view_638.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_638.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 上安裝 php 5.2</title>
		<link>http://www.wenhq.com/article/view_636.html</link>
		<comments>http://www.wenhq.com/article/view_636.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 09:50:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=636</guid>
		<description><![CDATA[<p>
ubuntu 10.04 上 php 版本是 5.3有很多软件不支持，例如 不能用ZendDebugger，linux版本的ZendDebugger目前只支持5.2的， 只能改用 5.2 了 ,本文介绍如何删除php5.3，再安装php5.2的方法。第一步：查看已经安装的php5相关的软件；
dpkg -l | grep php
或者 dpkg -l | grep php &gt;delete 把文件列表写到一个文件中，以...<a href='http://www.wenhq.com/article/view_636.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>
ubuntu 10.04 上 php 版本是 5.3有很多软件不支持，例如 不能用ZendDebugger，linux版本的ZendDebugger目前只支持5.2的， 只能改用 5.2 了 ,本文介绍如何删除php5.3，再安装php5.2的方法。第一步：查看已经安装的php5相关的软件；
dpkg -l | grep php
或者 dpkg -l | grep php &gt;delete 把文件列表写到一个文件中，以...<a href='http://www.wenhq.com/article/view_636.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_636.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows下PHP PEAR和db的安装方法</title>
		<link>http://www.wenhq.com/article/view_441.html</link>
		<comments>http://www.wenhq.com/article/view_441.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:15:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p>在PHP网站开发中，PEAR不得不提，其是PHP的扩展和应用程序库，涵盖很多有用的类库，而PEAR的安装也非常方便，今天和大家分享下在WINDOWS下PEAR的安装方法。
安装好php5.0后，pear实际上并没有被安装，安装的方法如下：
　　在php目录中双击go-pear.bat。
&nbsp;
这里选择本地 ；LOCAL
输入yes
列出安装目录,不修改直接按...<a href='http://www.wenhq.com/article/view_441.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_441.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php下载文件代码</title>
		<link>http://www.wenhq.com/article/view_383.html</link>
		<comments>http://www.wenhq.com/article/view_383.html#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:40:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[网站开发]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php下载文件的代码，目的让用户点击时直接显示下载。当前有些虚拟空间主机支持php，但是不支持下载文件，可以使用下面的代码达到下载的效果。
把下面的代码


&nbsp;

&lt;?php
&nbsp;
//$file=&quot;tools/developer/tail.rar&quot;;
$file=$_GET[&quot;filename&quot;];
$filename&nbs...<a href='http://www.wenhq.com/article/view_383.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_383.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

