<?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>Origin for Knowledge! &#187; php</title>
	<atom:link href="http://www.6thorigin.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.6thorigin.com</link>
	<description>The most important and valuable information for you.</description>
	<lastBuildDate>Sat, 28 Jan 2012 05:28:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Php function to search images from google and bing</title>
		<link>http://www.6thorigin.com/php-function-to-search-images-from-google-and-bing.html</link>
		<comments>http://www.6thorigin.com/php-function-to-search-images-from-google-and-bing.html#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:02:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php Coding]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=308</guid>
		<description><![CDATA[The following php function will return an array(0-10) of image URLs. &#60;?php /* Returns 10 image URLs array */ function images_search($se, $kw){ $icount=0; $image =array(); if($se=="Bing"){ $imgs = 'http://www.bing.com/images/search?q='.urlencode(trim($kw)); $imgs = file_get_contents($imgs); preg_match_all("/&#60;span class="md_mu"&#62;(.*?)&#60;/span&#62;/is", $imgs, $imgu, PREG_PATTERN_ORDER); shuffle($imgu[1]); $iv = array_values($imgu[1]); for($j=0; $j &#60; count($iv);$j++) if(strpos($iv[$j],'"')&#62;-1 &#124;&#124; strpos($iv[$j],'""')&#62;-1) continue; elseif(@fclose(@fopen($iv[$j], "r"))){ Ã‚Â  $image[$icount]=$iv[$j]; $icount++; if($icount==10) [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/php-function-to-search-images-from-google-and-bing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn PHP in Easy Steps</title>
		<link>http://www.6thorigin.com/learn-php-in-easy-steps.html</link>
		<comments>http://www.6thorigin.com/learn-php-in-easy-steps.html#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:21:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Downloads]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Steps]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=184</guid>
		<description><![CDATA[A pdf based ebook to teach php in easy steps using tutorials. You can learn php basics from this ebook. Download=>[ShareCash]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/learn-php-in-easy-steps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Script to Auto Post to Blogger Blogs</title>
		<link>http://www.6thorigin.com/php-script-to-auto-post-to-blogger-blogs.html</link>
		<comments>http://www.6thorigin.com/php-script-to-auto-post-to-blogger-blogs.html#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Downloads]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=180</guid>
		<description><![CDATA[A very useful php script to automate the blogger blogs. You can easily set it up and can manage as many blogs as you want. This script pulls full content from rss feeds and post to the set blogs. Download Here Searched By: Auto post to Blogger with PHP (5), autopost-to-blogger-blogs-with-php (3), auto post to [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/php-script-to-auto-post-to-blogger-blogs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Free Backlinks Easy PHP Script</title>
		<link>http://www.6thorigin.com/automatic-free-backlinks-easy-php-script.html</link>
		<comments>http://www.6thorigin.com/automatic-free-backlinks-easy-php-script.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 10:52:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts For Sell]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Backlinks]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=114</guid>
		<description><![CDATA[If you understand theÂ  importance of back links then this script is really for you. You can easily run a free back links business to offer free back links and in back get more back links to your site. You visitors just need to insert a simple banner code into their site or blog and [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/automatic-free-backlinks-easy-php-script.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PayPal AlertPay LibertyReserve IPN Easy Digital Store Php Script</title>
		<link>http://www.6thorigin.com/paypal-alertpay-libertyreserve-ipn-easy-digital-store-php-script.html</link>
		<comments>http://www.6thorigin.com/paypal-alertpay-libertyreserve-ipn-easy-digital-store-php-script.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 08:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts For Sell]]></category>
		<category><![CDATA[alertpay]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[ipn]]></category>
		<category><![CDATA[libertyreserve]]></category>
		<category><![CDATA[lr]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=64</guid>
		<description><![CDATA[Easy Digital Store Script can be used to setup an easy digital store with three ipn payment systems. The script has the following features: Easy to install. Easy to use. Three ipn payments: paypal, alertpay and libertyreserve. Easy admin cPanel. Sends encrypted download links to buyer emails. Download links expire after a fix time. Auto [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/paypal-alertpay-libertyreserve-ipn-easy-digital-store-php-script.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Prevent form from being resubmitted on browser reload in PHP</title>
		<link>http://www.6thorigin.com/prevent-form-from-being-resubmitted-on-browser-reload-in-php.html</link>
		<comments>http://www.6thorigin.com/prevent-form-from-being-resubmitted-on-browser-reload-in-php.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 04:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php Coding]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[resubmit]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=59</guid>
		<description><![CDATA[In doing a project for backlinks in php, I came across a problem. When a link is saved in database then if user reload the page, the script re-save the data. So I want a solution that on reloading browser the post data should not save. I searched for it but could not find some [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/prevent-form-from-being-resubmitted-on-browser-reload-in-php.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>File transferring, uploading from one server to other server using php</title>
		<link>http://www.6thorigin.com/file-transferring-or-uploading-from-one-server-to-other-server.html</link>
		<comments>http://www.6thorigin.com/file-transferring-or-uploading-from-one-server-to-other-server.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:38:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php Coding]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[local server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.6thorigin.com/?p=51</guid>
		<description><![CDATA[It is easy to transfer/upload a file from one server to an other from php scripts. You have to use php ftp functions. If you have ftp access to other server(host, username, password), then you can follow following steps to upload a file from your loacl or from remote server to any other server. 1.First [...]]]></description>
		<wfw:commentRss>http://www.6thorigin.com/file-transferring-or-uploading-from-one-server-to-other-server.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

