<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038994" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038994</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-can-i-remove-part-string-address-bar#comment-1221688</link>
    <description> &lt;p&gt;I will try chaning all of the references to userId when I can get to my computer.&lt;/p&gt;
&lt;p&gt;At the top of the user details page is&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;username &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;request&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cookies&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;passes&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 think username is the email address, this is why I asked if the cookies have anything to do with the error?&lt;/p&gt;
&lt;p&gt;This is the code on the browse user page, &quot;user&quot; is the email field, why does it give an error when I replace user with userId? It&#039;s still refering to a record? or is it because it isn&#039;t a primary key?&lt;/p&gt;
&lt;p&gt;while not rs.eof%&amp;gt;&lt;/p&gt;
&lt;p&gt;b&amp;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;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;rs&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;userId&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; Align=&quot;left&quot;&amp;gt;&lt;br /&gt;
&lt;a href=&quot;userdetails.asp?user=&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;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;rs&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;user&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;&quot;&gt;&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;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;rs&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;user&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;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Jul 2007 15:19:28 +0000</pubDate>
 <dc:creator>drew22299</dc:creator>
 <guid isPermaLink="false">comment 1221688 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-can-i-remove-part-string-address-bar#comment-1221682</link>
    <description> &lt;p&gt;Doubt it.  If you change it to the userid instead of the email, you should change all queries on that page that refers to the email.  Make it refer to the userid instead.&lt;/p&gt;
&lt;p&gt;...or a less efficient but quicker way would be to insert some code in the beginning of the page that takes the userid from the URL, and uses that to find the email address.  Then, you can set the email $_GET variable for the rest of the queries that use it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Jul 2007 13:25:44 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221682 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-can-i-remove-part-string-address-bar#comment-1221679</link>
    <description> &lt;p&gt;Thanks for your replies and yes, there is the userId field. It&#039;s a script I have modified so I can learn how it works. If I change the reference to userId as the reference in the link it goes to the user details page and there is an ASP error which says there needs to be a current record selected or something. There are some cookie assignments at the top of the page, could they have anything to do with this error?&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Jul 2007 11:20:41 +0000</pubDate>
 <dc:creator>drew22299</dc:creator>
 <guid isPermaLink="false">comment 1221679 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-can-i-remove-part-string-address-bar#comment-1221673</link>
    <description> &lt;p&gt;Your system is using that email address as the key in the database.  Unless there is another unique field in the DB that you can use as the key, you will have to stick with the email address.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Jul 2007 18:35:01 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221673 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-can-i-remove-part-string-address-bar#comment-1221668</link>
    <description> &lt;p&gt;It would depend on your site&#039;s structure.  If you created the system that allows profile.php/user?wahterv@aasf.com to show the profile, then you are the one who knows how to fix it.&lt;/p&gt;
&lt;p&gt;Otherwise, it depends on whose/what code you&#039;re using.  Chances are that if it&#039;s some packaged software, it&#039;s not going to be easy to change.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Jul 2007 15:11:54 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1221668 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
