phpbar.de logo

Mailinglisten-Archive

[php] Autorisation ohne HTTP-Authentication (was: Re: [php] PHP_AUTH_USER)

[php] Autorisation ohne HTTP-Authentication (was: Re: [php] PHP_AUTH_USER)

=?iso-8859-1?Q?Bj=F6rn_Schotte?= bjoern_(at)_baer.main.de
Wed, 19 Jul 2000 00:37:55 +0200


* Andreas Schwinger wrote:
> a) Wie kann man das realisieren

Über die PHPLIB, mit Sessions + Autorisation.
Die PHPLIB findest du auf http://phplib.netuse.de/

Ein deutschsprachiges Kapitel zur PHPLIB gibt's
im Buch von Schmid, Cartus, Blume, oder im PHP-Center
als PDF: http://www.php-center.de/down/mtbuch_kap24.pdf

Autorisation geht dann in den Scripten ganz einfach
so:

<?php

  page_open(array("sess" => "meinesession", "auth" => "meineauth"));

  print "Hallo, du hast die User-ID ".$auth->auth[uid]."<br>\n";

  /* ... */

  page_close();
?>


PS:

Das deutsch- und englischsprachige HTML-Manual zu PHP
gibt's ab sofort auch täglich frisch:

<http://www.php-center.de/de-html-manual/>
<http://www.php-center.de/en-html-manual/>

Oder auch zum Download:

<http://www.php-center.de/down/manual-de.html.tgz>
<http://www.php-center.de/down/manual-en.html.tgz>

Sowie die Manuals im Windows-CHM-Format alle 14 Tage,
näheres auf <http://www.php-center.de/manual/>

-- 
<?php class new_media_development {
        var $url="http://www.rent-a-phpwizard.de/";
        var $fon="0931/7843792"; var $fax="0931/7843795";
} /* Björn Schotte, "Mr. PHP" */ ?>


php::bar PHP Wiki   -   Listenarchive