<?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>Comments on: Get remote web page info with PHP</title>
	<atom:link href="http://www.drquincy.com/blog/get-remote-web-page-info-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 16 Feb 2010 22:07:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: codename25</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-292</link>
		<dc:creator>codename25</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-292</guid>
		<description>Hi,
  Yes,I tried to install the script in        phpmyadimin,But it showed an error.I am an beginner to phpmyadmin and I am beginning right from the zero...I would like to install a script in my phpmyadmin database where- i can copy the contents of a website and sent it to my members mobile phones by SMS...Actualy my intention is to send the college attendance and updates through SMS to my members...Is it possible to make such a program in php???Please help me...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  Yes,I tried to install the script in        phpmyadimin,But it showed an error.I am an beginner to phpmyadmin and I am beginning right from the zero&#8230;I would like to install a script in my phpmyadmin database where- i can copy the contents of a website and sent it to my members mobile phones by SMS&#8230;Actualy my intention is to send the college attendance and updates through SMS to my members&#8230;Is it possible to make such a program in php???Please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-291</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 07:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-291</guid>
		<description>Not quite sure, what do you mean you&#039;ve &#039;added&#039; it to phpMyAdmin?

For the whole page use file_get_contents().</description>
		<content:encoded><![CDATA[<p>Not quite sure, what do you mean you&#8217;ve &#8216;added&#8217; it to phpMyAdmin?</p>
<p>For the whole page use file_get_contents().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codename25</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-290</link>
		<dc:creator>codename25</dc:creator>
		<pubDate>Tue, 26 Jan 2010 06:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-290</guid>
		<description>Hi,
   I have added this script in my phpmyadmin,But it showed an error.It said that-
 &quot;#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&lt;?php&quot;.

Also,I want the content of the webpage intead of the title..Please rely for this..

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   I have added this script in my phpmyadmin,But it showed an error.It said that-<br />
 &#8220;#1064 &#8211; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;&lt;?php&quot;.</p>
<p>Also,I want the content of the webpage intead of the title..Please rely for this..</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-273</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-273</guid>
		<description>Hi Harry,

Yes, that can be done although it becomes more complex than the above. I think (although I am not 100% sure) you can use fsockopen to send POST data (the login credentials) via port 80 - or a different port if using SSL - to the server and login that way.</description>
		<content:encoded><![CDATA[<p>Hi Harry,</p>
<p>Yes, that can be done although it becomes more complex than the above. I think (although I am not 100% sure) you can use fsockopen to send POST data (the login credentials) via port 80 &#8211; or a different port if using SSL &#8211; to the server and login that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harrry</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-272</link>
		<dc:creator>Harrry</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-272</guid>
		<description>Great article. Recently I had a need similar to waht this article described - to read the content of web pages in a program.

But my question is a bit even harder: 
how to get info of remote web pages that can only read after logging in? 

Tim, can you help me? PHP or other language will be ok. Thanks in advance. 

Harry</description>
		<content:encoded><![CDATA[<p>Great article. Recently I had a need similar to waht this article described &#8211; to read the content of web pages in a program.</p>
<p>But my question is a bit even harder:<br />
how to get info of remote web pages that can only read after logging in? </p>
<p>Tim, can you help me? PHP or other language will be ok. Thanks in advance. </p>
<p>Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reviews</title>
		<link>http://www.drquincy.com/blog/get-remote-web-page-info-with-php/comment-page-1/#comment-24</link>
		<dc:creator>reviews</dc:creator>
		<pubDate>Tue, 17 Mar 2009 08:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=86#comment-24</guid>
		<description>This site is interesting as well as informative. Enjoyed browsing through the site. Keep up the good work. Greetings..</description>
		<content:encoded><![CDATA[<p>This site is interesting as well as informative. Enjoyed browsing through the site. Keep up the good work. Greetings..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
