<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019739" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019739</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119248</link>
    <description> &lt;p&gt;My only problem at this point is that I have no idea as to how to create these databases. I have a basic understanding... I can make tables. ie. &lt;/p&gt;
&lt;p&gt;database name MY PET CATS&lt;br /&gt;
Fields NAME, SEX, AGE, PIC (this is where I would want to put the image)&lt;/p&gt;
&lt;p&gt;But as far as having it work on the server... that is another story.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 20:11:39 +0000</pubDate>
 <dc:creator>MrByG</dc:creator>
 <guid isPermaLink="false">comment 1119248 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119246</link>
    <description> &lt;p&gt;For the other option, the images would be saved somewhere in your web path.  Then, in your database, simply store the URL to the images.  When you want to display a certain image, you query for the image&#039;s URL, and print it in &lt;img /&gt; tags.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 19:57:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119246 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119245</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by mairving &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;As a general rule, I think that it is a waste to store images in the database. Storing the image name is usually a better option. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I think that I can imagine how that is done but that does not mean that I am right. &lt;/p&gt;
&lt;p&gt;Could you please give me an idea of what the structure of a database like you mentioned would look like?&lt;/p&gt;
&lt;p&gt;MARK: Thanks for the links...&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 18:35:18 +0000</pubDate>
 <dc:creator>MrByG</dc:creator>
 <guid isPermaLink="false">comment 1119245 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119238</link>
    <description> &lt;p&gt;I agree.  I only know how to do it because I inherited a project where the images were already in a DB.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 17:09:08 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119238 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119223</link>
    <description> &lt;p&gt;As a general rule, I think that it is a waste to store images in the database. Storing the image name is usually a better option.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 13:04:08 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1119223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119150</link>
    <description> &lt;p&gt;Wow, it&#039;s hard to find tutorials... Alright, I haven&#039;t read these, but they seem to be close enough to mention.&lt;/p&gt;
&lt;p&gt;Binary Data + MySQL + PHP:&lt;br /&gt;
&lt;a href=&quot;http://www.phpbuilder.com/columns/florian19991014.php3&quot; class=&quot;bb-url&quot;&gt;http://www.phpbuilder.com/columns/florian19991014.php3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Simple Form-Based Image Upload:&lt;br /&gt;
&lt;a href=&quot;http://www.phpfreaks.com/tutorials/36/0.php&quot; class=&quot;bb-url&quot;&gt;http://www.phpfreaks.com/tutorials/36/0.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Most everything I found used PHP as the language of choice.  Not very surprising.  I did find small snippets of C/C++, and one small snippet of Java.  Nothing on ASP (for obvious reasons).&lt;/p&gt;
&lt;p&gt;If you have any specific questions, feel free to post in our Server-Side Scripting forum. &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, 20 Nov 2002 07:59:58 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119150 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/mysql-moron#comment-1119147</link>
    <description> &lt;p&gt;I don&#039;t know of any tutorials for mySQL.  I&#039;ve just learned from reading docs, and (mainly) trial and error.&lt;/p&gt;
&lt;p&gt;In response to your question of images kept within a database, you&#039;ll want to use a BLOB datatype.  The BLOB datatype can store up to 64KB.  If your images are larger, you can use a MEDIUMBLOB, which can hold up to 16MB.&lt;/p&gt;
&lt;p&gt;Storage is the easy part.  The real trick is getting the images from the user (I&#039;m guessing via an HTML form), and into the database.  Printing the images from the database isn&#039;t as big of a chore.&lt;/p&gt;
&lt;p&gt;Lemme see if I can find a tutorial somewheres....&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Nov 2002 07:44:45 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119147 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
