<?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>say@syedmuhammad &#187; php</title>
	<atom:link href="http://say.syedmuhammad.com/index.php/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://say.syedmuhammad.com</link>
	<description>my say in technology</description>
	<lastBuildDate>Sat, 20 Mar 2010 17:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generating random number and send to user&#8217;s email</title>
		<link>http://say.syedmuhammad.com/index.php/2007/04/18/generating-random-number-and-send-to-users-email/</link>
		<comments>http://say.syedmuhammad.com/index.php/2007/04/18/generating-random-number-and-send-to-users-email/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 01:58:04 +0000</pubDate>
		<dc:creator>syedmuhammad</dc:creator>
				<category><![CDATA[code snippet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://say.syedmuhammad.com/index.php/2007/04/18/generating-random-number-and-send-to-users-email/</guid>
		<description><![CDATA[Someone asked me about this, here i thought to share with you all. The code is not the perfect, but important thing is the logic behind it.
You can find the snippet below. The logic is like a maybank2u transaction. You request the code, put it in the database with the user id, and send the [...]]]></description>
			<content:encoded><![CDATA[<p>Someone asked me about this, here i thought to share with you all. The code is not the perfect, but important thing is the logic behind it.</p>
<p>You can find the snippet below. The logic is like a maybank2u transaction. You request the code, put it in the database with the user id, and send the random number to user&#8217;s email. After that, when the user upload the file, with the code, you check the database. that one in another script after you send the file to upload.</p>
<p>You need to have your php server configured with mail function, else it won&#8217;t work.</p>
<p><a href='http://say.syedmuhammad.com/wp-content/uploads/2007/04/test.txt' title='Code Snippet'>Code Snippet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://say.syedmuhammad.com/index.php/2007/04/18/generating-random-number-and-send-to-users-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
