<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035434" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035434</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sqlphpmyadmin-newbie-needs-help#comment-1208512</link>
    <description> &lt;p&gt;why don&#039;t you try a content management.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Oct 2006 20:03:37 +0000</pubDate>
 <dc:creator>foottuns</dc:creator>
 <guid isPermaLink="false">comment 1208512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sqlphpmyadmin-newbie-needs-help#comment-1204992</link>
    <description> &lt;p&gt;OK, this might be more complicated than I imagined, but thanks for your help andy. I&#039;ll work on it and see what I come up with.&lt;/p&gt;
 </description>
     <pubDate>Mon, 31 Jul 2006 12:05:47 +0000</pubDate>
 <dc:creator>heebiejeebieclu</dc:creator>
 <guid isPermaLink="false">comment 1204992 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sqlphpmyadmin-newbie-needs-help#comment-1204974</link>
    <description> &lt;p&gt;It&#039;s probably best that you buy a book to be honest. I don&#039;t think many people have the kind of time required to teach you how to do this in a forum post and not all online tutorials will be detailed enough. I should imagine sitepoint.com will have a relevant tutorial.&lt;/p&gt;
&lt;p&gt;The MySQL stuff is relatively simple, just two lines one for inserting the data from the form and one to select the data based on the search parameters it&#039;s writing the PHP to do all the stuff in the middle that&#039;s a bit more complicated.&lt;/p&gt;
&lt;p&gt;Here&#039;s an example of an SQL insert:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;INSERT INTO `dbname` VALUES (&amp;#039;blah&amp;#039;,&amp;#039;blah&amp;#039;,&amp;#039;blah&amp;#039;)&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;Here&#039;s an SQL select based on a query (returning 10 results):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SELECT * FROM `dbname` WHERE blah = &amp;#039;blah&amp;#039; LIMIT 0, 10 &lt;/code&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Jul 2006 21:02:13 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1204974 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
