phpbar.de logo

Mailinglisten-Archive

[php] Session

[php] Session

Markus Kniehl voyager_(at)_voyager-crew.de
Tue, 2 May 2000 16:50:03 +0200


Ich habe ein Problem mit sessions
Ich habe das script aus dem Manual:
--------------------------
 <?php
 session_register("count");
 $count++;
 ?>

 Hello visitor, you have seen this page <? echo $count; ?> times.<p>

 <?php
 # the <?=SID?> is necessary to preserve the session id
 # in the case that the user has disabled cookies
 ?>

 To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
 ---------------------------
Wenn ichs dann ausführ kommt eine Fehlermeldung:
-----------------------------
Fatal error: Call to unsupported or undefined function session_register() in
c:\inetpub\wwwroot/file.php3 on line 3
----------------------------
Daher meine Frage muss ich irgendeine DLL vorher laden (WIN/IIS5/PHP3)





php::bar PHP Wiki   -   Listenarchive