<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037726" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037726</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/can-i-import-current-website-database#comment-1216163</link>
    <description> &lt;p&gt;depending on your database structure (and pages content) all youd really need is an id, content and maybe permissions if others can edit it etc.&lt;/p&gt;
&lt;p&gt;What I do for one of my sites is add a id number to the actual page, say index is 1, contact is 5, faq is 9 etc at the top of the page (uses different nav on each page) so the database query is half done as the id is already there to be called&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Mar 2007 09:40:45 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1216163 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/can-i-import-current-website-database#comment-1216149</link>
    <description> &lt;p&gt;So, maybe I could put some if/then/while statements in the php so that I would be able to place it in the correct column the database?&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Mar 2007 21:31:20 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1216149 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/can-i-import-current-website-database#comment-1216148</link>
    <description> &lt;p&gt;If your website structure is template based - ie all the pages are laid out the same, you just need to store the content in the database, not the layout.&lt;/p&gt;
&lt;p&gt;something like:&lt;/p&gt;
&lt;p&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;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// database query for this pages content, the result would be a variable called $the_pages_content which you&#039;d call down the page&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;
&lt;p&gt;.....&lt;/p&gt;
&lt;p&gt;navigation or whatever&lt;br /&gt;
 or&lt;br /&gt;
,  or&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;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$the_pages_content&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;br /&gt;
,  or&lt;br /&gt;
 or&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Mar 2007 20:58:30 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1216148 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
