baseportal
Start

baseportal message board

Welcome to the baseportal message board...

Please read the FAQ.

 
 Selected message: To the list 
    Message from William on 12/10 2003, 01:04 +00:00
    EMail: wroche@start.no

    Re: modifying?


      Hi Chris could you show me in a link how this works

      <perl>
      if($password eq "yourpassword")
      {

      get "", "database";
      while(get_next "database")
        {
          out <<EOF;


      $Field1 - $Field2 - etc. <br>

      EOF

      }


      } else
      {
      out "Access denied.";
      }

    Your reply:

    Name: EMail: WWW:
    Subject:
    Text:
    Timezone:

    Post a new message


 All messages from this thread: To the list 
    Message from William on 12/7 2003, 22:28 +00:00
    EMail: wroche@start.no

    modifying?


      How do i create a password database login for members, without them modifying or creating records?. I only want them to see what i have inputed (read only) Christopher?
     Post a reply

    Message from Christoph Bergmann on 12/9 2003, 01:56 +01:00
    EMail: info@baseportal.com

    Re: modifying?


      You could do sth. like:

      <perl>
      if($password eq "yourpassword")
      {
      get "", "database";
      while(get_next "database")
        {
          out <<EOF;

      $Field1 - $Field2 - etc. <br>
      EOF
      }

      } else
      {
      out "Access denied.";
      }

      You could then create a page with a form going to this page... ok?

     Post a reply

    Message from William on 12/10 2003, 01:04 +00:00
    EMail: wroche@start.no

    Re: modifying?


      Hi Chris could you show me in a link how this works

      <perl>
      if($password eq "yourpassword")
      {

      get "", "database";
      while(get_next "database")
        {
          out <<EOF;


      $Field1 - $Field2 - etc. <br>

      EOF

      }


      } else
      {
      out "Access denied.";
      }

     Post a reply


 Messages from 3000 to 3150: To the input form 
<< Newest messages | < Newer messages | To the input form | Older messages > | Oldest messages >>


Back to the homepage

© baseportal.com. All rights reserved. Terms of use



baseportal.com