ID:          16633
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 4.2.0
 New Comment:

Fixed in CVS


Previous Comments:
------------------------------------------------------------------------

[2002-04-16 07:53:29] [EMAIL PROTECTED]

Beispiel 2. ....
<?php
// Verwenden Sie bei PHP 4.0.6 oder niedriger $HTTP_SESSION_VARS
if (!isset($_SESSION['zaehler'])) {
    $_SESSION['zaehler'] = 0;
}
else {
    $_SESSION['zarhler']++;
?>

http://de.php.net/manual/de/ref.session.php

there is a typo in the else case. $_SESSION['zaehler'] are correct.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16633&edit=1

Reply via email to