<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034196" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034196</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/dbphp#comment-1198584</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;mysql_connect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;localhost&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Clienty&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;clienty&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) or die (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to connect to MySQL server.&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$db &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_select_db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;strong&amp;gt;name_of_database&amp;lt;/strong&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) or die (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to select requested database.&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I have added your username and password but you need the name of your database to go in the bold bit above.&lt;br /&gt;
Localhost is probably right, 90% of the time it is used as server name.&lt;/p&gt;
&lt;p&gt;If on the off chance you are using this off line (on your own PC) then you may need to remove username and password, just leave empty quotes (&quot;&quot;), for the web you need the username and password&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Apr 2006 21:39:24 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1198584 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/dbphp#comment-1198560</link>
    <description> &lt;p&gt;what could be my local host? I need an example. if my site is abc.com&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Apr 2006 11:33:25 +0000</pubDate>
 <dc:creator>rite2inno</dc:creator>
 <guid isPermaLink="false">comment 1198560 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/dbphp#comment-1198559</link>
    <description> &lt;p&gt;Hiya,&lt;br /&gt;
I think I found the code----------&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;mysql_connect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;localhost&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;username&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;password&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) or die (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to connect to MySQL server.&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$db &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_select_db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;name_of_database&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) or die (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to select requested database.&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;But I am afraid I do not know how to replace the contants. Can some one do that for me?&lt;/p&gt;
&lt;p&gt;The database username is &quot;Clienty&quot; and the password is &quot;clienty&quot;&lt;/p&gt;
&lt;p&gt;But I do not know the host, or whta it looks like&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------&lt;br /&gt;
Notin much&#039;Just me&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Apr 2006 11:24:14 +0000</pubDate>
 <dc:creator>rite2inno</dc:creator>
 <guid isPermaLink="false">comment 1198559 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
