![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
|
Themen-Optionen | Ansicht |
![]() |
#7 |
Elite
![]() |
![]() um etwas pingelig zu sein
die variable heißt $_SESSION bps: index.php Code:
<?php session_start(); $_SESSION["username"] = "row"; // now username is availiable on all session sites ?> ... view username ... Code:
<?php session_start(); echo $_SESSION["username"]; doOtherStuff(); session_destroy (); // now username is not availiable any more ?>
____________________________________
Whoever built humanity left in a major design flaw: it was the tendency to bend at the knees. |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|