<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1047736" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1047736</link>
    <description></description>
    <language>en</language>
          <item>
    <title>search for upload code in php</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/attach-files-php#comment-1258561</link>
    <description> &lt;p&gt;search for upload code in php . You will find tons of code&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Dec 2010 23:13:36 +0000</pubDate>
 <dc:creator>mughees_javed</dc:creator>
 <guid isPermaLink="false">comment 1258561 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Search for upload code in php</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/attach-files-php#comment-1258306</link>
    <description> &lt;p&gt;Search for upload code in php . You will find tons of code&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Dec 2010 06:58:01 +0000</pubDate>
 <dc:creator>joomlads07</dc:creator>
 <guid isPermaLink="false">comment 1258306 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>you can use the following</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/attach-files-php#comment-1254602</link>
    <description> &lt;p&gt;you can use the following code to sent text files attachments in php&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$to &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;youraddress@example.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$subject &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Test email&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$message &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Hello World!\n\nThis is my first mail.&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;From: webmaster@example.com\r\nReply-To: webmaster@example.com&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$mail_sent &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= @&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mail&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;( &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$to&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$subject&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$message&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$mail_sent &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;? &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Mail sent&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Mail failed&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Oct 2010 09:51:30 +0000</pubDate>
 <dc:creator>andolasoft</dc:creator>
 <guid isPermaLink="false">comment 1254602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>My main recommendation would</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/attach-files-php#comment-1254072</link>
    <description> &lt;p&gt;My main recommendation would be to use PhpMailer, as a lot of the work including setting up messages, validating e-mail addresses, etc, are set up for you. We use this on just about all out client&#039;s sites for sending anything over a quick simple message.&lt;/p&gt;
&lt;p&gt;The main site is:&lt;br /&gt;
&lt;a href=&quot;http://phpmailer.worxware.com/index.php?pg=phpmailer&quot; title=&quot;http://phpmailer.worxware.com/index.php?pg=phpmailer&quot;&gt;http://phpmailer.worxware.com/index.php?pg=phpmailer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However it can be a little misleading to get the actual download. When you click on the link to download it, it takes you to a sourceforge page: (this is for PHP5/6)&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6/&quot; title=&quot;http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6/&quot;&gt;http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ignore the green button to Download Now (as the file isn&#039;t in that download) and below that, in the &quot;Browse Files for PHPMailer&quot;, expand the 2nd one down, &quot;PHPMailer v5.1&quot; and grab which ever compression type you want.&lt;/p&gt;
&lt;p&gt;The main file you need on your server is the class.phpmailer.php, then to get you up and running, check examples/test_mail_basic.php or examples/test_sendmail_basic.php. The samples demonstrate the basics pretty well!&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Sep 2010 03:49:00 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1254072 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
