<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「php 傳送POST到別的URL並取得回應內容 使用fsockopen」的迴響</title>
	<atom:link href="http://blog.hsin.tw/2009/php-post-method-fsockopen/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 09:14:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>由：hsin</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-2935</link>
		<dc:creator>hsin</dc:creator>
		<pubDate>Wed, 13 Apr 2011 04:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-2935</guid>
		<description>fsockopen我想就只是開socket而已囉
要轉向的話 response回來之後 還是要用header()或是其他方式轉

我也是作這方面的工作 網站程式
有用msn 哈</description>
		<content:encoded><![CDATA[<p>fsockopen我想就只是開socket而已囉<br />
要轉向的話 response回來之後 還是要用header()或是其他方式轉</p>
<p>我也是作這方面的工作 網站程式<br />
有用msn 哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ande</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-2863</link>
		<dc:creator>Ande</dc:creator>
		<pubDate>Sat, 02 Apr 2011 08:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-2863</guid>
		<description>关于本篇文章的内容，貌似fsockopen()在以post方法提交数据后不能够像FORM手工按SUBMIT按钮一样重定向到其他页面。
请问朋友做什么工作的，使用什么即时通讯软件吗？</description>
		<content:encoded><![CDATA[<p>关于本篇文章的内容，貌似fsockopen()在以post方法提交数据后不能够像FORM手工按SUBMIT按钮一样重定向到其他页面。<br />
请问朋友做什么工作的，使用什么即时通讯软件吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ande</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-2862</link>
		<dc:creator>Ande</dc:creator>
		<pubDate>Sat, 02 Apr 2011 07:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-2862</guid>
		<description>很高兴认识你，我是哈尔滨人</description>
		<content:encoded><![CDATA[<p>很高兴认识你，我是哈尔滨人</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：hsin</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-2861</link>
		<dc:creator>hsin</dc:creator>
		<pubDate>Sat, 02 Apr 2011 03:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-2861</guid>
		<description>哈囉你好～
我是台北人～</description>
		<content:encoded><![CDATA[<p>哈囉你好～<br />
我是台北人～</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ande</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-2860</link>
		<dc:creator>Ande</dc:creator>
		<pubDate>Sat, 02 Apr 2011 02:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-2860</guid>
		<description>朋友，你是台湾哪里人哦？我来自大陆。</description>
		<content:encoded><![CDATA[<p>朋友，你是台湾哪里人哦？我来自大陆。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Life["Breathing"] &#187; php 傳送get到別的URL並取得回應內容 使用fsockopen</title>
		<link>http://blog.hsin.tw/2009/php-post-method-fsockopen/comment-page-1/#comment-24</link>
		<dc:creator>Life["Breathing"] &#187; php 傳送get到別的URL並取得回應內容 使用fsockopen</dc:creator>
		<pubDate>Wed, 25 Feb 2009 12:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=109#comment-24</guid>
		<description>[...] 在這篇有提到傳送post的用法  另外說到如果只是要傳送get就可以直接使用fopen或是file_get_contents函式直接取得網頁內容 BUT！！！ 這兩天遇到了一個問題 如果因為安全性的關係 要把php.ini中的allow_url_fopen關起來(也就是off) 那就不能使用前述的函式來取得網頁內容 所以只好找另外的方法 也就是使用fsockopen模擬傳送~ (鏘鏘鏘～) [...]</description>
		<content:encoded><![CDATA[<p>[...] 在這篇有提到傳送post的用法  另外說到如果只是要傳送get就可以直接使用fopen或是file_get_contents函式直接取得網頁內容 BUT！！！ 這兩天遇到了一個問題 如果因為安全性的關係 要把php.ini中的allow_url_fopen關起來(也就是off) 那就不能使用前述的函式來取得網頁內容 所以只好找另外的方法 也就是使用fsockopen模擬傳送~ (鏘鏘鏘～) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

