<?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>Vaibhav Bora &#187; PHP</title>
	<atom:link href="http://www.vaibhavbora.com/blog/category/technical-articles/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vaibhavbora.com/blog</link>
	<description>Your Mind Is Your Own Limitation</description>
	<lastBuildDate>Wed, 11 Nov 2009 05:50:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convert HTML to well-formed XML document (Clean HTML) with SgmlReader or php_tidy</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 02:44:12 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/</guid>
		<description><![CDATA[A few years ago while working on a web-scraping tool in .NET I found an amazing library SgmlReader which made my life so easy to convert HTML documents to XHTML. With this I was able to run XPATH queries to extract whatever information I want from any dam website written in worst possible malformed HTML. [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CURL Class with cookie support</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:43:23 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/09/curl-class-with-cookie-support/</guid>
		<description><![CDATA[If found a really nice PHP class for CURL usage Source: http://us2.php.net/manual/en/book.curl.php#90821 I have modified the code for my needs. Example Usage: $curl = new mycurl(&#34;http://www.example.com&#34;); $curl-&#62;setPost($example_post_data); $curl-&#62;createCurl('nul'); $content = $curl-&#62;content(); echo $content; &#160; Here the code code for the curl class: class mycurl { protected $_useragent = &#34;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using CURL for ASPX with VIEWSTATE</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 05:21:00 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/</guid>
		<description><![CDATA[Last night I was trying to use curl for data mining in PHP. The website was built in ASPX and used Session. As we all know ASP.net has server side controls whose state is stored in the hidden __VIEWSTATE variable in the form, I had to send this VIEWSTATE variable as my post variable to [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
