<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020105" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020105</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1123279</link>
    <description> &lt;p&gt;mysql is a really great application. eventhough it small application compare with orecle but it still compatable to most end-user to use it. and it simple to apply&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Jan 2003 14:52:58 +0000</pubDate>
 <dc:creator>saupz</dc:creator>
 <guid isPermaLink="false">comment 1123279 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122689</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.mysql.com&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com&lt;/a&gt; has a great MySQL/PHP &#039;Build Your Own Database Driven Database&#039; thing in their documentation section.  That&#039;s how I mainly learned how to used MySQL.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Jan 2003 22:44:20 +0000</pubDate>
 <dc:creator>FinalMjolnir666</dc:creator>
 <guid isPermaLink="false">comment 1122689 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122672</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.phpbuilder.com/&quot; class=&quot;bb-url&quot;&gt;http://www.phpbuilder.com/&lt;/a&gt; has some good tutorials (a.k.a. articles).&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Jan 2003 20:42:49 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1122672 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122665</link>
    <description> &lt;p&gt;ok, thanks everyone, so my next question is gonna be, where can i start with php tutorials.  besides &lt;a href=&quot;http://www.php.net,&quot; class=&quot;bb-url&quot;&gt;php.net,&lt;/a&gt;  i got that from the previous posts!&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Jan 2003 18:11:28 +0000</pubDate>
 <dc:creator>DaWebMan18</dc:creator>
 <guid isPermaLink="false">comment 1122665 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122637</link>
    <description> &lt;p&gt;to answer your question, you *can* use SQL alone but only to issue commands directly to your database, or some enterprise databases support a advanced SQL scripting language, but when it comes to the web, no you cant just use SQL.   SQL is just a means to get data from a database, you need something to request, recieve, process and display that data.  PHP should be your next stop.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Jan 2003 10:52:25 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1122637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122611</link>
    <description> &lt;p&gt;An excellent tutorial if you haven&#039;t got a clue:&lt;br /&gt;
&lt;a href=&quot;http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html&quot; class=&quot;bb-url&quot;&gt;http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html&lt;/a&gt;&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Jan 2003 00:22:53 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122611 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122599</link>
    <description> &lt;p&gt;You could use PHP with MySQL&lt;br /&gt;
It all depends on what type of SQL you are using&lt;br /&gt;
MySQL and PHP are free and easy to use&lt;br /&gt;
One correction from Zollet:&lt;br /&gt;
 &lt;a href=&quot;http://www.php.net/mysql_quert&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_quert&lt;/a&gt;   should be &lt;a href=&quot;http://www.php.net/mysql_query&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_query&lt;/a&gt;&lt;br /&gt;
PHP is very well documented at &lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;php.net&lt;/a&gt; and if you can&#039;t find it there, find it here!&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 21:08:18 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1122599 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-0#comment-1122578</link>
    <description> &lt;p&gt;It depends on your needs. If you have a website and you want to get/save info from/to a database then you&#039;ll need to use a server-side language (PHP, Perl/CGI, ASP, etc). However, you could for example log into your Linux server via Telnet/SSH and there connect to the MySQL server and type SQL commands.&lt;/p&gt;
&lt;p&gt;And yes, IMHO PHP is a very good choice.&lt;/p&gt;
&lt;p&gt;Here are some related PHP MySQL functions...&lt;br /&gt;
- &lt;a href=&quot;http://www.php.net/mysql_connect&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_connect&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.php.net/mysql_select_db&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_select_db&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.php.net/mysql_quert&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_quert&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.php.net/mysql_close&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/mysql_close&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 17:18:21 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1122578 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
