<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028318" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028318</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mysql#comment-1168068</link>
    <description> &lt;p&gt;Two ways of dealing with that are to store the files on the filesystem, and then only store the files paths in the db, or to store the binary data of the image in a blob field.&lt;/p&gt;
&lt;p&gt;If the pictures are big, you might also want to go one step further and store a single file across multiple db records. I&#039;ve never done it myself, but I&#039;ve heard that people sometimes have problems (in MySQL) loading or storing more than 1MB into a single field, so they cut the file up and store it in slices. &lt;/p&gt;
&lt;p&gt;The second option is obviously more complex, so I&#039;d go for the first if possible.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Mar 2005 11:52:06 +0000</pubDate>
 <dc:creator>thisnew</dc:creator>
 <guid isPermaLink="false">comment 1168068 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mysql#comment-1167847</link>
    <description> &lt;p&gt;Thnaks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Mar 2005 07:07:00 +0000</pubDate>
 <dc:creator>naoshad</dc:creator>
 <guid isPermaLink="false">comment 1167847 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mysql#comment-1167721</link>
    <description> &lt;p&gt;What you want to do is take a look into BLOB. Binary Large Object that can hold a variable amount of data.&lt;/p&gt;
&lt;p&gt;MySQL: BLOB:&lt;br /&gt;
&lt;a href=&quot;http://dev.mysql.com/doc/mysql/en/blob.html&quot; class=&quot;bb-url&quot;&gt;http://dev.mysql.com/doc/mysql/en/blob.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But it is not recommended for smaller projects like yours because the comparison work done to the actual process and ram load is greater than just storing it regularly. Not until you have very large files does it become somewhat useful.&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Mar 2005 03:59:45 +0000</pubDate>
 <dc:creator>hank85</dc:creator>
 <guid isPermaLink="false">comment 1167721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mysql#comment-1167123</link>
    <description> &lt;p&gt;Thanks Busy. For your information &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Mar 2005 16:46:56 +0000</pubDate>
 <dc:creator>naoshad</dc:creator>
 <guid isPermaLink="false">comment 1167123 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mysql#comment-1166920</link>
    <description> &lt;p&gt;You dont want to save the actual image in the database, just save the images name (and details like width, height etc if you want).&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Feb 2005 08:38:38 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1166920 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
