<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018727" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018727</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/login-script-phpmysql#comment-1110467</link>
    <description> &lt;p&gt;O god, stupid typos. Thanks for noticing that:)&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Jun 2002 03:43:22 +0000</pubDate>
 <dc:creator>necrotic</dc:creator>
 <guid isPermaLink="false">comment 1110467 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/login-script-phpmysql#comment-1110463</link>
    <description> &lt;p&gt;If I enter a random username, I don&#039;t get a &quot;Invalid Username&quot; error. Most probably because of this:&lt;br /&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;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$usernamer &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$user&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo (\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Invalid username, please go back and fix it.\&quot;);&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Change username&lt;strong&gt;r&lt;/strong&gt; to username. &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;
 </description>
     <pubDate>Tue, 18 Jun 2002 01:36:51 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1110463 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/login-script-phpmysql#comment-1110447</link>
    <description> &lt;p&gt;Thanks! It works now! I hate how tiny things like that can totally screw up your script. It&#039;s still a little buggy, but you can check it out &lt;a href=&quot;http://icc.ppnhost.ws/login&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;. Login: test pass: test&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jun 2002 18:55:41 +0000</pubDate>
 <dc:creator>necrotic</dc:creator>
 <guid isPermaLink="false">comment 1110447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/login-script-phpmysql#comment-1110443</link>
    <description> &lt;p&gt;On line 14, try changing this:&lt;br /&gt;
$query = mysql_query(&quot;SELECT * FROM users WHERE user=$username&quot;);&lt;br /&gt;
to&lt;br /&gt;
$query = mysql_query(&quot;SELECT * FROM users WHERE user=&#039;$username&#039; &quot;);&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jun 2002 18:06:17 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1110443 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
