<?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>Rochak Chauhan::Unpredictably Exciting &#187; PHP Code</title>
	<atom:link href="http://rochakchauhan.com/blog/category/php-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://rochakchauhan.com/blog</link>
	<description>Know your limits, but never stop trying to exceed them.</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AJAX Grid :: Edit and save table data without page refreshing</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:03:12 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[AJAX Grid]]></category>
		<category><![CDATA[Download php Class]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=661</guid>
		<description><![CDATA[This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. Download: http://www.phpclasses.org/browse/package/2828.html http://phpclasses.dmwtechnologies.com/browse/package/2828.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX File Uploader :: Uploaded files without page reloading</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:12:52 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[AJAX File Uploader]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[FREE PHP code]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=656</guid>
		<description><![CDATA[This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.  There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page. [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Hacks :: Search the Internet for certain files using Google</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:38:51 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Google Hacks]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=779</guid>
		<description><![CDATA[This class can be used to search the Internet for certain types of files. It accesses the Google Web search pages and submit search queries with special syntax to return lists of files of certain types. Currently it can perform searches for: music files, ebook files, video files, application program archives, and text font files. [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Currency Converter :: Convert currency amounts using Google searches</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:35:02 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Free Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Google Currency Converter]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=777</guid>
		<description><![CDATA[This class can be used to convert currency amounts using Google searches. It takes as parameters an amount in one currency and the target currency. The class sends an HTTP request to the Google search pages to retrieve the amount to the target currency. It can return the converted amount and the conversion rate from [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>YouTube API :: Get the video download URL using the YouTube API</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:26:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[YouTube API]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=774</guid>
		<description><![CDATA[This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword. The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WebSafeColors :: Lookup and retrieve colors of the Web Safe palette</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/websafecolors-lookup-and-retrieve-colors-of-the-web-safe-palette/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/websafecolors-lookup-and-retrieve-colors-of-the-web-safe-palette/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:22:14 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download Free PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[WebSafeColors]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=772</guid>
		<description><![CDATA[This class has a built-in database of information about all the colors of the so called &#8216;Web Safe&#8217; palette. It can lookup the palette to determine whether a given color is web safe or not. It can also return the RGB components of a web safe color in decimal or hexadecimal representation. It can also [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/websafecolors-lookup-and-retrieve-colors-of-the-web-safe-palette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text To Image :: Render a text string as an image</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:15:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Text To Image]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=769</guid>
		<description><![CDATA[This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test On Image :: Render text on image using images of letters</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:11:43 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download Free PHP Classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Test On Image]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=767</guid>
		<description><![CDATA[This class can be used to render text on a background image. The letters of the text are made of graphics defined by separate image files. The letter image files can be loaded from a configurable directory. This way different text font images can be used. Download: http://www.phpclasses.org/browse/package/2836.html http://phpclasses.dmwtechnologies.com/browse/package/2836.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tag Cloud Generator :: Generate tag cloud from lists of links</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:07:47 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Tag Cloud Generator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=765</guid>
		<description><![CDATA[This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format. The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple AJAX :: Execute server side actions without page reloading</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:04:52 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[Free PHP C]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Simple AJAX]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=763</guid>
		<description><![CDATA[This class can be used to execute server side actions without reloading the current page.  It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page. The AJAX requests can be associated to server side PHP scripts that execute [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Yahoo Music API :: Search for music using the Yahoo Music API</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:59:56 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[PHP Yahoo Music API]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=761</guid>
		<description><![CDATA[This class can search for information about music and artists using the Yahoo Music API. It can send HTTP requests to the Yahoo Music API Web services server to perform several types of operation. Currently it can: Search for artists by name Get information about an artist Get the album releases of an artist Get [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Scroller :: Display text messages scrolling vertically</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:55:31 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP Classess]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Scroller]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=759</guid>
		<description><![CDATA[This class can be used to display text messages scrolling vertically. It generates the necessary HTML, Javascript and CSS to display several text messages in page that scrolls vertically. The messages stop scrolling while the user leaves the mouse pointer over the text and resumes scrolling when the user removes the mouse pointer. Demo: http://demo.dmwtechnologies.com/PHP/PhpScroller/ [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Online Bookmarking Class :: Code to implement online bookmarking in a page.</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-online-bookmarking-class-code-to-implement-online-bookmarking-in-a-page/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-online-bookmarking-class-code-to-implement-online-bookmarking-in-a-page/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:50:56 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Free Code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[PHP Online Bookmarking Class]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=755</guid>
		<description><![CDATA[This class can display icons to add pages to online bookmarking sites.  It can generate HTML and Javascript to display icons of many bookmarking sites. When the user clicks on an icon, it is lead to the respective site to add a bookmark to the current page. Demo: http://demo.dmwtechnologies.com/PHP/PhpOnlineBookmarkingClass/ Download: http://www.phpclasses.org/browse/package/4801.html http://phpclasses.dmwtechnologies.com/browse/package/4801.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-online-bookmarking-class-code-to-implement-online-bookmarking-in-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Obfuscator :: Obfuscate PHP as base64 encoded strings</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:47:19 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Obfuscator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=753</guid>
		<description><![CDATA[This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm. The generates script is saved to a file with a given name. Demo: http://demo.dmwtechnologies.com/PHP/PhpObfuscator/ Download: http://www.phpclasses.org/browse/package/4926.html http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Fancy Directory Browsing :: List the contents of directories in a Web page</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:37:18 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Fancy Directory Browsing]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=750</guid>
		<description><![CDATA[This class can be used to list the contents of directories in a Web page. It can extract the list of directories and files and output the listing as an HTML table. The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
