<?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>Decrypt Web &#187; PHP/MySQL</title>
	<atom:link href="http://blog.decryptweb.com/category/phpmysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Encode Decode image using PHP</title>
		<link>http://blog.decryptweb.com/encode-decode-image-php/</link>
		<comments>http://blog.decryptweb.com/encode-decode-image-php/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 11:21:26 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=350</guid>
		<description><![CDATA[Hello, I am describing here the way to 1) Encode image to generate a string 2) Decode image from a given encoded string 1) Here you need to specifiy the path of your image in variable &#8216;$image_path&#8217; 2) Here I am using the string produced from the exuting the code seen above, it can be [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/encode-decode-image-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of days between dates</title>
		<link>http://blog.decryptweb.com/days-between-dates-php/</link>
		<comments>http://blog.decryptweb.com/days-between-dates-php/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 05:35:23 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=316</guid>
		<description><![CDATA[One day I was just thinking about days spent by me on this earth, so I decided to make a script for the same. I am writing here the code, just make a new empty php file and copy and paste the script and execute it to find out the days between two dates. Hope [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/days-between-dates-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Directory in PHP</title>
		<link>http://blog.decryptweb.com/delete-directory-in-php/</link>
		<comments>http://blog.decryptweb.com/delete-directory-in-php/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 05:56:20 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=184</guid>
		<description><![CDATA[This post will be helpful to those who work with directories and files. I am writing here the PHP code for deleting the directory.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/delete-directory-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Database restore</title>
		<link>http://blog.decryptweb.com/mysql-database-restore/</link>
		<comments>http://blog.decryptweb.com/mysql-database-restore/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 04:49:51 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=171</guid>
		<description><![CDATA[I have already listed the PHP script to generate backup of database in one of my earlier post. I am listing here the PHP script to restore database from mysql database file.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/mysql-database-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing by Reference</title>
		<link>http://blog.decryptweb.com/passing-by-reference/</link>
		<comments>http://blog.decryptweb.com/passing-by-reference/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 07:51:35 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=158</guid>
		<description><![CDATA[I am listing here a simple example to explain &#8216;passing by reference&#8217; in PHP. I hope it is helpful. For further information kindly visit Passing by Reference]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/passing-by-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert and Retrieve file with MySQL</title>
		<link>http://blog.decryptweb.com/insert-file-mysql/</link>
		<comments>http://blog.decryptweb.com/insert-file-mysql/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:30:46 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=128</guid>
		<description><![CDATA[Some of you might be knowing that there is a functionality in MySQL database for storing files and retrieving the same. This is mainly used when we need to reduce response time for retrieving and using files in our application. I am listing here the method for inserting image file in and retrieving image file [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/insert-file-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mail in PHP</title>
		<link>http://blog.decryptweb.com/mail-in-php/</link>
		<comments>http://blog.decryptweb.com/mail-in-php/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:31:11 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=113</guid>
		<description><![CDATA[I am listing here the method for sending mail using PHP code. This will be useful in many ways, for example when you want to sent mail after say a form is submitted. Note: This may work in local , but I am suggesting you to execute on live server.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/mail-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting String</title>
		<link>http://blog.decryptweb.com/extracting-string/</link>
		<comments>http://blog.decryptweb.com/extracting-string/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:14:32 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=106</guid>
		<description><![CDATA[This is small but very useful script. I have shown example for extracting only &#8216;src&#8217; value from the &#8216;img&#8217; tag, but you can modify and use as per your requirement using &#8216;preg_match_all&#8217; function. Output will be &#8216;http://www.somesite.com/abc.jpg&#8217;]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/extracting-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Redirect</title>
		<link>http://blog.decryptweb.com/page-redirect/</link>
		<comments>http://blog.decryptweb.com/page-redirect/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:08:31 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=104</guid>
		<description><![CDATA[I have written a script for getting the files list from directory and redirecting the page on selecting option from the select box. So you will get the script for fetching all the files from current directory and redirecting page on selection.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/page-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Backup</title>
		<link>http://blog.decryptweb.com/database-backup/</link>
		<comments>http://blog.decryptweb.com/database-backup/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:12:03 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=99</guid>
		<description><![CDATA[I am listing here the PHP script to generate backup of database. For saving the file with &#8216;sql&#8217; extension replace the code as specified below at specified line numbers in the above code (Although &#8216;zip&#8217; file will take less space). You can also set cron jobs for dumping databdase in the cpanel of your site. [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

