<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018226" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018226</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107165</link>
    <description> &lt;p&gt;I always have constants in a db_config file where I define my DBNAME, DBHOST, DBUSER, and DBPASS.  Then I have a seriese of constants for the tables: DBTABLE_USER, DBTABLE_POSTS, etc..  Then users can define the DB connection info as well as each individual table.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 18:35:27 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107165 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107155</link>
    <description> &lt;p&gt;That&#039;s too bad. I personally really like software to give me a choice of table prefix specifically for this option &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, 17 Apr 2002 16:54:15 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107155 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107153</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Wil &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;If your host is running only one database, it&#039;s good practice to give prefix to your table names. For example, if I&#039;m running a script called &#039;twf&#039; I might have the following tables in my database:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;twf_users&lt;br /&gt;
twf_posts&lt;br /&gt;
twf_banlist&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;And this would ensure that my tables won&#039;t conflict with any other programs - well unless they used the same prefix . &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s true, but a lot of the script install forums like this one, don&#039;t really give a choice of db_tables. You only have a choice of the db_name and connect variables.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 16:30:49 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107153 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107152</link>
    <description> &lt;p&gt;If your host is running only one database, it&#039;s good practice to give prefix to your table names. For example, if I&#039;m running a script called &#039;twf&#039; I might have the following tables in my database:&lt;/p&gt;
&lt;p&gt;twf_users&lt;br /&gt;
twf_posts&lt;br /&gt;
twf_banlist&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;And this would ensure that my tables won&#039;t conflict with any other programs - well unless they used the same prefix .&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 16:23:57 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107152 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107148</link>
    <description> &lt;p&gt;You can run it off of the same database just as long as they don&#039;t have tables of the same name. If they have tables of the same name, then you won&#039;t be able to do it unless you change the names of the tables, which would be quite painful to do and make upgrading harder. You might check with your host and see what they would charge for an additional db. Most are not expensive.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 15:51:59 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107148 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1107144</link>
    <description> &lt;p&gt;OK...&lt;br /&gt;
With my host I get one mysql database... What I want to do is run a forum (ibforums.com) and do my idea above... Is this possible with just one database or will it get messy... I asked about getting another one, but my host said why don&#039;t you just use two tables...&lt;br /&gt;
Just looking for reasurance...&lt;/p&gt;
&lt;p&gt;DavidJaymz&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 14:52:28 +0000</pubDate>
 <dc:creator>davidjaymz</dc:creator>
 <guid isPermaLink="false">comment 1107144 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1106742</link>
    <description> &lt;p&gt;david, have you ever thought about using something like phpNuke? You get a complete website in very sophisticated PHP that you can modify and pick at to learn with. That&#039;s what I started with to learn, and that was without a book. Just online tutorials. Now I&#039;m coding my own shopping carts, forums, and chat rooms in PHP with MySQL.&lt;/p&gt;
&lt;p&gt;Just a suggestion. Good luck.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Apr 2002 18:16:02 +0000</pubDate>
 <dc:creator>theprofessional</dc:creator>
 <guid isPermaLink="false">comment 1106742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1106734</link>
    <description> &lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Absolutely! I won&#039;t be much help to you on the PHP side of things, but there&#039;s a real strong community of PHP gurus here at TWF and I&#039;m confident that they will be more than willing to guide you through any hurdles you may come across!&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Apr 2002 16:01:35 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1106734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1106733</link>
    <description> &lt;p&gt;Hi &amp;amp; thanx Wil...&lt;br /&gt;
I&#039;d actually seen that thread but before I got too into anything I wanted to make sure my idea was feasable and I wasn&#039;t leading my self down the garden path...&lt;br /&gt;
Now with your vote of confidence I&#039;ll start some serious learning...&lt;br /&gt;
Thanx again&lt;br /&gt;
DavidJaymz&lt;br /&gt;
p.s. I hope I can count on your help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Apr 2002 15:19:59 +0000</pubDate>
 <dc:creator>davidjaymz</dc:creator>
 <guid isPermaLink="false">comment 1106733 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/best-way-go-about-idea#comment-1106720</link>
    <description> &lt;p&gt;Yes, this should be fairly straightforward.&lt;/p&gt;
&lt;p&gt;If you had done a search before posting &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; you would of found the following thread where this topic has been discussed and bashed out before:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=17499&quot; class=&quot;bb-url&quot;&gt;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=17499&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Buying a book is certainly a good idea. Or if you don&#039;t want to start from scratch (ie, reinvent the wheel) maybe you should look into one of the php/sql database programs that already out there. Try &lt;a href=&quot;http://www.hotscripts.com&quot; class=&quot;bb-url&quot;&gt;http://www.hotscripts.com&lt;/a&gt; for examples of these.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Apr 2002 10:09:20 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1106720 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
