<?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"
	>
<channel>
	<title>《php 模拟POST提交的2种方法》的评论</title>
	<atom:link href="http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html</link>
	<description>Betty's  blog</description>
	<pubDate>Wed, 03 Dec 2008 07:05:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>贝贝爸</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-4715</link>
		<dc:creator>贝贝爸</dc:creator>
		<pubDate>Fri, 11 Jul 2008 10:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-4715</guid>
		<description>这个只是post，要登录的状态，要支持cookie。
可以参考这个
http://www.juyimeng.com/python-simulate-login-with-post-and-examine-the-result.html</description>
		<content:encoded><![CDATA[<p>这个只是post，要登录的状态，要支持cookie。<br />
可以参考这个<br />
<a href="http://www.juyimeng.com/python-simulate-login-with-post-and-examine-the-result.html" rel="nofollow">http://www.juyimeng.com/python-simulate-login-with-post-and-examine-the-result.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>海风</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-4714</link>
		<dc:creator>海风</dc:creator>
		<pubDate>Fri, 11 Jul 2008 08:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-4714</guid>
		<description>我把登录数据提交过去了，网站跳页，我怎么记录他的在线信息</description>
		<content:encoded><![CDATA[<p>我把登录数据提交过去了，网站跳页，我怎么记录他的在线信息</p>
]]></content:encoded>
	</item>
	<item>
		<title>贝贝爸</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-1741</link>
		<dc:creator>贝贝爸</dc:creator>
		<pubDate>Wed, 09 Jan 2008 00:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-1741</guid>
		<description>post_data需要如下数据，你都填写了么？post的目标url也对么？
autologin	on
login	
password	test121121
redirect	eula.php
username	test121121</description>
		<content:encoded><![CDATA[<p>post_data需要如下数据，你都填写了么？post的目标url也对么？<br />
autologin	on<br />
login<br />
password	test121121<br />
redirect	eula.php<br />
username	test121121</p>
]]></content:encoded>
	</item>
	<item>
		<title>阿政</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-1737</link>
		<dc:creator>阿政</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-1737</guid>
		<description>就是完全沒有報錯..
所以才麻煩..根本不知道從何下手 ^^"</description>
		<content:encoded><![CDATA[<p>就是完全沒有報錯..<br />
所以才麻煩..根本不知道從何下手 ^^&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>贝贝爸</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-1734</link>
		<dc:creator>贝贝爸</dc:creator>
		<pubDate>Tue, 08 Jan 2008 08:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-1734</guid>
		<description>为什么？有报错？有什么输出？</description>
		<content:encoded><![CDATA[<p>为什么？有报错？有什么输出？</p>
]]></content:encoded>
	</item>
	<item>
		<title>阿政</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-1728</link>
		<dc:creator>阿政</dc:creator>
		<pubDate>Tue, 08 Jan 2008 03:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-1728</guid>
		<description>你好...我看到了你那頁用php去模擬form送值的文章..
我使用了裡面的程式碼去讀取大部分的網站驗證都行..
不過目前有一個網站..
http://w5.web3go.com.tw 就沒辦法了..
可以請教一下這要如何用curl去模擬呢?
謝謝..</description>
		<content:encoded><![CDATA[<p>你好&#8230;我看到了你那頁用php去模擬form送值的文章..<br />
我使用了裡面的程式碼去讀取大部分的網站驗證都行..<br />
不過目前有一個網站..<br />
<a href="http://w5.web3go.com.tw" rel="nofollow">http://w5.web3go.com.tw</a> 就沒辦法了..<br />
可以請教一下這要如何用curl去模擬呢?<br />
謝謝..</p>
]]></content:encoded>
	</item>
	<item>
		<title>贝贝爸</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-311</link>
		<dc:creator>贝贝爸</dc:creator>
		<pubDate>Tue, 26 Jun 2007 12:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-311</guid>
		<description>没问题的，你的程序怎么写的？有抱错么？你什么平台，有装curl么？</description>
		<content:encoded><![CDATA[<p>没问题的，你的程序怎么写的？有抱错么？你什么平台，有装curl么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>arhatx</title>
		<link>http://www.juyimeng.com/2-ways-of-php-simulator-post-request.html#comment-310</link>
		<dc:creator>arhatx</dc:creator>
		<pubDate>Tue, 26 Jun 2007 10:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.juyimeng.com/2-ways-of-php-simulator-post-request/baby-dad/retail-tech/2007-04-29#comment-310</guid>
		<description>你好，请问下第一种方法执行之后会直接返回post之后的网页么？我试了下，好像没有反映，郁闷。</description>
		<content:encoded><![CDATA[<p>你好，请问下第一种方法执行之后会直接返回post之后的网页么？我试了下，好像没有反映，郁闷。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
