<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Smart Tutorials - PHP, MySQL, Jquery, JavaScriptSmart Tutorials - PHP, MySQL, Jquery, JavaScript</title>
	<atom:link href="http://www.smarttutorials.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smarttutorials.net</link>
	<description></description>
	<lastBuildDate>Sat, 20 Apr 2013 11:40:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>Comment on jQuery Plugin to Disable Copy and Paste on Your Site by My Say</title>
		<link>http://www.smarttutorials.net/jquery-plugin-to-disable-copy-and-paste-on-your-site/#comment-16178</link>
		<dc:creator>My Say</dc:creator>
		<pubDate>Sat, 20 Apr 2013 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.smarttutorials.net/?p=13509#comment-16178</guid>
		<description><![CDATA[thanks for sharing that piece of information will this work for wordpress.com hosted sites]]></description>
		<content:encoded><![CDATA[<p>thanks for sharing that piece of information will this work for wordpress.com hosted sites</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Script to Disable Right Click And Control Save on your Site by muni</title>
		<link>http://www.smarttutorials.net/jquery-script-to-disable-right-click-and-control-save-on-your-site/#comment-15978</link>
		<dc:creator>muni</dc:creator>
		<pubDate>Mon, 08 Apr 2013 17:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.smarttutorials.net/?p=13270#comment-15978</guid>
		<description><![CDATA[hi,

Yes, I had script for your requirement. Do you need it ?

Regards,

Muni]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Yes, I had script for your requirement. Do you need it ?</p>
<p>Regards,</p>
<p>Muni</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Script to Disable Right Click And Control Save on your Site by securitynews</title>
		<link>http://www.smarttutorials.net/jquery-script-to-disable-right-click-and-control-save-on-your-site/#comment-15938</link>
		<dc:creator>securitynews</dc:creator>
		<pubDate>Sun, 07 Apr 2013 08:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.smarttutorials.net/?p=13270#comment-15938</guid>
		<description><![CDATA[hi,

found your blog from indiblogger,
was wondering if you know a JS to copy the website/article URL if someone copies anything from the website. i.e if someone copies anything from your website your URL should get copied along with it.
hope you get what i mean.

thanks
support&#124;at&#124;letsbytecode.com]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>found your blog from indiblogger,<br />
was wondering if you know a JS to copy the website/article URL if someone copies anything from the website. i.e if someone copies anything from your website your URL should get copied along with it.<br />
hope you get what i mean.</p>
<p>thanks<br />
support|at|letsbytecode.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a custom facebook timeline page by michael kors canada</title>
		<link>http://www.smarttutorials.net/how-to-create-a-custom-facebook-timeline-page/#comment-15287</link>
		<dc:creator>michael kors canada</dc:creator>
		<pubDate>Fri, 22 Mar 2013 10:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smarttutorials.net/?p=429#comment-15287</guid>
		<description><![CDATA[Interesting articles on information like this is a great find. It]]></description>
		<content:encoded><![CDATA[<p>Interesting articles on information like this is a great find. It</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Email with File Attachment (PDF, word files and images etc..) in PHP by muni</title>
		<link>http://www.smarttutorials.net/send-mail-with-file-attachemnt-php/#comment-14637</link>
		<dc:creator>muni</dc:creator>
		<pubDate>Tue, 12 Mar 2013 18:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.theprogrammersguide.com/thedeveloper/?p=71#comment-14637</guid>
		<description><![CDATA[Hi Veronika,

Yes you can send multiple form entries in the body of mail, just get multiple form entries and concatenate those fields like in the below code

$bodymsg=$_POST[&#039;message&#039;]. &quot; &lt;br/&gt; phone Number :&quot; . $_POST[&#039;phone&#039;] . &quot;&lt;br&gt; Email&quot;.$_POST[&#039;email&#039;] ;

I had updated in demo  page and in source code too..  Download source if you needed......]]></description>
		<content:encoded><![CDATA[<p>Hi Veronika,</p>
<p>Yes you can send multiple form entries in the body of mail, just get multiple form entries and concatenate those fields like in the below code</p>
<p>$bodymsg=$_POST['message']. &#8221; <br /> phone Number :&#8221; . $_POST['phone'] . &#8220;<br /> Email&#8221;.$_POST['email'] ;</p>
<p>I had updated in demo  page and in source code too..  Download source if you needed&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Email with File Attachment (PDF, word files and images etc..) in PHP by Veronika</title>
		<link>http://www.smarttutorials.net/send-mail-with-file-attachemnt-php/#comment-14609</link>
		<dc:creator>Veronika</dc:creator>
		<pubDate>Mon, 11 Mar 2013 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.theprogrammersguide.com/thedeveloper/?p=71#comment-14609</guid>
		<description><![CDATA[Hi muni,
thanks a lot for your code!

I&#039;m new to php and have a trouble editing your code. Is there a way to send multiple entries form input fields in the body of the email? 

For example in your code we are just sending a &quot;message&quot;  as a body of the email. What if you need to send &quot;message&quot;, &quot;phone&quot;, &quot;email&quot;?

Thanks in advance for your help!]]></description>
		<content:encoded><![CDATA[<p>Hi muni,<br />
thanks a lot for your code!</p>
<p>I&#8217;m new to php and have a trouble editing your code. Is there a way to send multiple entries form input fields in the body of the email? </p>
<p>For example in your code we are just sending a &#8220;message&#8221;  as a body of the email. What if you need to send &#8220;message&#8221;, &#8220;phone&#8221;, &#8220;email&#8221;?</p>
<p>Thanks in advance for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Reverse Geocoding API in PHP by muni</title>
		<link>http://www.smarttutorials.net/google-maps-reverse-geocoding-php/#comment-11795</link>
		<dc:creator>muni</dc:creator>
		<pubDate>Thu, 14 Feb 2013 10:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.smarttutorials.net/?p=11308#comment-11795</guid>
		<description><![CDATA[http://css.dzone.com/articles/responsive-web-design-using]]></description>
		<content:encoded><![CDATA[<p><a href="http://css.dzone.com/articles/responsive-web-design-using" rel="nofollow">http://css.dzone.com/articles/responsive-web-design-using</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Email with File Attachment (PDF, word files and images etc..) in PHP by santhosh</title>
		<link>http://www.smarttutorials.net/send-mail-with-file-attachemnt-php/#comment-11007</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Wed, 06 Feb 2013 06:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.theprogrammersguide.com/thedeveloper/?p=71#comment-11007</guid>
		<description><![CDATA[dear muni,

thanks it working  fine... thanks alot for spend ur valuable time and ur php codes....]]></description>
		<content:encoded><![CDATA[<p>dear muni,</p>
<p>thanks it working  fine&#8230; thanks alot for spend ur valuable time and ur php codes&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Email with File Attachment (PDF, word files and images etc..) in PHP by santhosh</title>
		<link>http://www.smarttutorials.net/send-mail-with-file-attachemnt-php/#comment-11006</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Wed, 06 Feb 2013 05:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theprogrammersguide.com/thedeveloper/?p=71#comment-11006</guid>
		<description><![CDATA[my code bellow

$from = $_POST[&#039;email&#039;];
$to = &quot;test@gmail.com&quot;;
$bodymsg=&quot;Name : &quot;.$_POST[&#039;name&#039;].&quot;&quot;;
$bodymsg.=&quot;Email : &quot;.$_POST[&#039;email&#039;].&quot;&quot;;
$bodymsg.=&quot;Contact No : &quot;.$_POST[&#039;number&#039;].&quot;&quot;;
$subject =  &#039;Resume&#039;;
$bound_text = &quot;test&quot;;
$bound = &quot;--&quot;.$bound_text.&quot;\r\n&quot;;
$bound_last = &quot;--&quot;.$bound_text.&quot;--\r\n&quot;;

//$headers = &quot;From: admin@server.com\r\n&quot;;
$headers = &quot;From: $from\r\n&quot;;
$headers .= &quot;MIME-Version: 1.0\r\n&quot;]]></description>
		<content:encoded><![CDATA[<p>my code bellow</p>
<p>$from = $_POST['email'];<br />
$to = &#8220;test@gmail.com&#8221;;<br />
$bodymsg=&#8221;Name : &#8220;.$_POST['name'].&#8221;";<br />
$bodymsg.=&#8221;Email : &#8220;.$_POST['email'].&#8221;";<br />
$bodymsg.=&#8221;Contact No : &#8220;.$_POST['number'].&#8221;";<br />
$subject =  &#8216;Resume&#8217;;<br />
$bound_text = &#8220;test&#8221;;<br />
$bound = &#8220;&#8211;&#8221;.$bound_text.&#8221;\r\n&#8221;;<br />
$bound_last = &#8220;&#8211;&#8221;.$bound_text.&#8221;&#8211;\r\n&#8221;;</p>
<p>//$headers = &#8220;From: <a href="mailto:admin@server.com">admin@server.com</a>\r\n&#8221;;<br />
$headers = &#8220;From: $from\r\n&#8221;;<br />
$headers .= &#8220;MIME-Version: 1.0\r\n&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Email with File Attachment (PDF, word files and images etc..) in PHP by santhosh</title>
		<link>http://www.smarttutorials.net/send-mail-with-file-attachemnt-php/#comment-11005</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Wed, 06 Feb 2013 04:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.theprogrammersguide.com/thedeveloper/?p=71#comment-11005</guid>
		<description><![CDATA[dear muni,

r u change header or  any modification exept this 
 ($to = $_POST[&#039;email&#039;];
and assigning this in header as from email
$headers = “From: $to\r\n”;)

i did same way but my server did not sent any mail.. then i was chnage the headers to. 
$headers = &quot;From: admin@server.com\r\n&quot;;

the mail sent working ... what is the prob... how to solve this miracle....]]></description>
		<content:encoded><![CDATA[<p>dear muni,</p>
<p>r u change header or  any modification exept this<br />
 ($to = $_POST['email'];<br />
and assigning this in header as from email<br />
$headers = “From: $to\r\n”;)</p>
<p>i did same way but my server did not sent any mail.. then i was chnage the headers to.<br />
$headers = &#8220;From: <a href="mailto:admin@server.com">admin@server.com</a>\r\n&#8221;;</p>
<p>the mail sent working &#8230; what is the prob&#8230; how to solve this miracle&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
