<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013668" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013668</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-preempt-head-scratching-will-work-ok#comment-1079092</link>
    <description> &lt;p&gt;security...&lt;/p&gt;
&lt;p&gt;When they login and they are authorized, set a session cookie (like userID).  Then on every page check for that session cookie (using an include works best), if it&#039;s not there, or it&#039;s null (cookie exists, but is blank), or guest (if you&#039;ll have a guest level), kick them out to the login page.&lt;/p&gt;
&lt;p&gt;If you have a page that only specific people are authorized for, use the session cookie to query your DB and check their permissions.  If their authorized for that area, let them in, if not...&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Mar 2001 18:15:48 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1079092 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-preempt-head-scratching-will-work-ok#comment-1079091</link>
    <description> &lt;p&gt;I&#039;ve written a few admins, and I like the framed layout...&lt;/p&gt;
&lt;p&gt;I like to put &#039;admin sections&#039; on the left frame, and the actual table editing functions on the main (right) frame.&lt;/p&gt;
&lt;p&gt;I&#039;m guessing you&#039;ll use radio buttons for those options in the left frame? One set of radio buttons for the actions and one set for the tables?  I always used textual links for my nav stuff, but I like the idea of using radio buttons...&lt;/p&gt;
&lt;p&gt;Will all your users be able to perform all the functions?  If not, you&#039;ll want to add fields to your username/password table... When they login, check the username/password as usuall, but now check the permissions too.  If that user is not allowed a feature (like delete) or table don&#039;t print that option in the left nav frame.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Mar 2001 18:09:14 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1079091 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
