<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034327" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034327</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-database-best-way#comment-1199404</link>
    <description> &lt;p&gt;You could download a program like coppermine or similar, or if you wanted could create your own database.&lt;/p&gt;
&lt;p&gt;If you created your own you could set the db up something like&lt;br /&gt;
lot_num&lt;br /&gt;
date_entered&lt;br /&gt;
date_sold&lt;br /&gt;
sales_person&lt;br /&gt;
price&lt;br /&gt;
house_type&lt;br /&gt;
location&lt;br /&gt;
description&lt;br /&gt;
pic_1&lt;br /&gt;
pic_2&lt;br /&gt;
pic_3&lt;br /&gt;
pic_4&lt;/p&gt;
&lt;p&gt;I&#039;m guessing you have agents, if so then another table with the agents details, such as name, phone, sex or whatever.&lt;/p&gt;
&lt;p&gt;To just display 3 on a page you limit the database query to 3, can count up all the ones that have not been sold (or all of them) and thats your navigation sorted and can search by price, location, agent, size.&lt;/p&gt;
&lt;p&gt;With a database you dont have to manually edit any pages, you just select which ones you want with the query, like; select * from realestate where sold == &#039;&#039; which would display all the unsold ones.&lt;br /&gt;
To make them sold or unsold you just have an admin page (a form) where you enter the lot number and it brings up the details and you can edit, or mark as sold.&lt;/p&gt;
&lt;p&gt;The pictures themselves can be uploaded via a form that has all the other details of each house, using PHP&#039;s GD or imagemavick you can create the thumbnails of these at the same time. Ideally you should keep the details for several months (if not years) for tax and other regulations, but come delete time you just prune the database by sold date, kinda like; if date_sold is more than x months from todays date then remove from database and unlink (remove) the images.&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 May 2006 11:54:23 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1199404 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
