<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029698" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029698</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173948</link>
    <description> &lt;p&gt;Anyways all I asked for was the name of a decent sql programmer, I have way too much on my plate with other commitments, and  my site makes me enough money I can just pay someone to do it &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;
&lt;p&gt;I do appreciate your good business practices, not long ago I would have had to do that but now am able to splurge a bit..&lt;/p&gt;
&lt;p&gt;This one program is reakin havoc its not written as anything ive ever seen, it looks like its C mixed with php, and Java, and while I did mod and customize  it alot, databases I are not my thing. not to mention it uses 3 seperate databases (only 1 of which im concerened about)..&lt;/p&gt;
&lt;p&gt; Im not normally left with this issue when i build a site for a customer I  build a template and layout , implement what what customer needs,  create the pages, install the software, set up a db&#039;s , verify, tweak, finalize smalll details with the client and im done!&lt;/p&gt;
&lt;p&gt;This really iis custom work, that rquires more then just SQL 101 and a few queries I need someone advanced, to do this.&lt;/p&gt;
&lt;p&gt; I wrote my site on my own, and quite honestly it is much nicer then atleast 50% out there, thats being modest, I put my heart into it (as any true webdesigner would).. as I do for my customers, but this is a different Im not trained in this the jobs up for grabs.!&lt;/p&gt;
&lt;p&gt;Thank again! ..&lt;/p&gt;
&lt;p&gt;Best Regards;&lt;br /&gt;
Robert L&lt;br /&gt;
&lt;a href=&quot;https://insarnia.ca&quot; class=&quot;bb-url&quot;&gt;https://insarnia.ca&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Jun 2005 05:40:31 +0000</pubDate>
 <dc:creator>realrobley</dc:creator>
 <guid isPermaLink="false">comment 1173948 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173880</link>
    <description> &lt;p&gt;I searched Google for &quot;php db tutorial&quot; and it looks like there&#039;s plenty of results. I would suggest looking through some of those and see if they would be of help.&lt;/p&gt;
&lt;p&gt;It&#039;s always best to make the time to teach yourself how to do it, if you can.&lt;/p&gt;
&lt;p&gt;The first tutorial Google listed looked decent enough, though I only skimmed over it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.phpbuilder.com/columns/allan20010115.php3&quot; class=&quot;bb-url&quot;&gt;http://www.phpbuilder.com/columns/allan20010115.php3&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jun 2005 12:27:50 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1173880 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173759</link>
    <description> &lt;p&gt;lol,&lt;/p&gt;
&lt;p&gt;I guess I should of specified, I know basic php functions and calls, and installation of scripts. I dont know anything about db writing/reading via either method. I would be guessing and doing it blindfolded moreless.&lt;/p&gt;
&lt;p&gt;would you reccomend a anyone whom I could contract this out to? Im being told that is fairly easy but would require analisis of the existing code, then writing the script, creating the tables debuging, and so on, I would rather pay someone and have it done right the first time.&lt;/p&gt;
&lt;p&gt;Thank you for your help, If you should know of a decent programmer that would do it for a reasonable amount please let me know.&lt;/p&gt;
&lt;p&gt;Best Regards;&lt;br /&gt;
Robert&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Jun 2005 18:09:52 +0000</pubDate>
 <dc:creator>realrobley</dc:creator>
 <guid isPermaLink="false">comment 1173759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173745</link>
    <description> &lt;p&gt;You will just need to change the code so instead of opening and writing to a flat file it opens and stores to your database.&lt;/p&gt;
&lt;p&gt;If you know basic function etc this would be the perfect chance to advance what you know (it&#039;s not hard). Do a search for mysql beginners tutorial&lt;br /&gt;
All you need is:&lt;br /&gt;
connect to database (instead of opening file)&lt;br /&gt;
insert into database (instead of write to file)&lt;/p&gt;
&lt;p&gt;and to display from the database is just:&lt;br /&gt;
connect to database (instead of opening file)&lt;br /&gt;
select from database (instead of from flat file)&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Jun 2005 10:36:23 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1173745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173741</link>
    <description> &lt;p&gt;Thanks for responding;&lt;/p&gt;
&lt;p&gt;ok that imports it, but this file is always being updated? how to I tell the software to now use mysql as its db, instead of look for data in the db.php file in its directory?&lt;/p&gt;
&lt;p&gt;Everytime someone saves it creates a new entry and reads from it aswell to check the next available file number.&lt;/p&gt;
&lt;p&gt;Would it help any if I send over the code? its only a handful of  php files + 2 seperate flatfile databases + an image folder . The 2nd db  holds the only the usercomments for the drawings, that can remain a flatfile, unless it can be intregrated easy. &lt;/p&gt;
&lt;p&gt;This is going to require software modification as I see it, or perhaps the db.php file can refer to a sqldatabase. Im afraid im not that good with databases, I do understand basic functions and calls, and can modify existing code by trial and error, but this will require new code Im not familiar with.&lt;/p&gt;
&lt;p&gt;ps: version numbers are:&lt;/p&gt;
&lt;p&gt;PHP Version 4.3.10&lt;br /&gt;
Mysql Version 4.0.22-standard &lt;/p&gt;
&lt;p&gt;Best Regards;&lt;br /&gt;
Robert&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Jun 2005 02:41:11 +0000</pubDate>
 <dc:creator>realrobley</dc:creator>
 <guid isPermaLink="false">comment 1173741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/converting-flatfile-sql#comment-1173731</link>
    <description> &lt;p&gt;Set up your table in phpmyadmin or similar then import the text file, you might have to change the pipes to commas and rename the file .cvs - depending what version/options you have&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Jun 2005 23:19:57 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1173731 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
