<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022394" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022394</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138419</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by ROB &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;And save them on a SEPERATE DISK!  Oh lord I can&#039;t begin to describe the feelings you get when your disk with the project youve worked 3+ weeks on crashes and you have to start over from scratch.  Not fun I tell you. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;i had that happen once. since then i always have a remote server with a back up less than 24 hours old (if possible) my local machine copy and one on disk.. when working on a remote server, before i leave my computer for anything, even as simple as a bathroom break i pull a copy to my local machine,. and nightly back up to disk.&lt;/p&gt;
&lt;p&gt;this way you have two copies local to you, and one remote... you&#039;re safe in almost all foreseable circumstances&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Sep 2003 16:15:43 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1138419 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138289</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by nike_guy_man &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
3. Save backups&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And save them on a SEPERATE DISK!  Oh lord I can&#039;t begin to describe the feelings you get when your disk with the project youve worked 3+ weeks on crashes and you have to start over from scratch.  Not fun I tell you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Sep 2003 02:26:05 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1138289 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138239</link>
    <description> &lt;p&gt;Nike... if you know your db link variable ($dbi = mysql_connect()), then do this:&lt;/p&gt;
&lt;p&gt;if ($dbi) {&lt;br /&gt;
mysql_close();&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Sep 2003 05:14:44 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1138239 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138233</link>
    <description> &lt;p&gt;Mark&#039;s got most of it...&lt;br /&gt;
Things I forget to do:&lt;br /&gt;
1. Plan ahead&lt;br /&gt;
2. Make COMMENTS in the files... so important because I&#039;ll come back a month later and wonder what the hell that code meant&lt;br /&gt;
3. Save backups&lt;br /&gt;
4. mysql_close(). I cannot remember to put this. I&#039;m thinking of putting it in my footer file that goes on every page but then i&#039;d have to open on every page too &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Good luck with your big project... I&#039;ve been working on one for over a year now&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Sep 2003 21:15:55 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1138233 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138232</link>
    <description> &lt;p&gt;I find that I do okay planning, but lack in the area of making scalable applications WELL...&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Sep 2003 20:48:45 +0000</pubDate>
 <dc:creator>KandieMan101</dc:creator>
 <guid isPermaLink="false">comment 1138232 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/work-large-site-phpmysql#comment-1138226</link>
    <description> &lt;p&gt;Right now I&#039;m working on something rather large, and the first thing I&#039;ll say is &lt;strong&gt;Plan Ahead&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I didn&#039;t do enough planning and drawing (white boarding) before sitting down to write the code.  I have now re-written a single form library four times.  I didn&#039;t do enough planing and when I started to use this library, I kept running into problems.&lt;/p&gt;
&lt;p&gt;The more time you spend planning, the less time you spend writting and re-writting.&lt;/p&gt;
&lt;p&gt;Next... I have a thing for scalability.  Nearly everything I write, I write to be scalable.  It makes it so much easier to expand when you don&#039;t limit yourself in the design.  So, work to normalize your database.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Sep 2003 19:06:09 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1138226 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
