Date: 11/02/00
- Next message: Steffen Petter: "[phplib] Caching of sites"
- Previous message: Dominic Paschke: "[phplib] crypt-challenge-response-UserAdministration!"
- Maybe in reply to: Dominic Paschke: "[phplib] crypt-challenge-response-UserAdministration!"
- Next in thread: Dominic Paschke: "Re: [phplib] crypt-challenge-response-UserAdministration!"
- Reply: Dominic Paschke: "Re: [phplib] crypt-challenge-response-UserAdministration!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Dominic,
the attached version with some corrections explained earlier in this list
works fine for me. The login even restores previously entered values of
forms. The corresponding page which reacts on the submitted data should
have these lines before you call the page_open():
<?php
if(isset($HTTP_POST_VARS))
{
reset ($HTTP_POST_VARS);
$SavePostVars=$HTTP_POST_VARS;
}
?>
The login form will restore all the data which were previously entered if
you login correctly. See the posts in this list about this topic.
Regards,
Marko
--
O _ O
0 0
------------------m-\o/-m------------------------------------------
Marko K"aning Tel/Fax: +49-3834 554 442 / -3834 554 301
INP Greifswald email : kaening <email protected>
- TEXT/PLAIN attachment: header.inc
- TEXT/PLAIN attachment: new_user_md5.php
- TEXT/PLAIN attachment: crcloginform.ihtml
--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Steffen Petter: "[phplib] Caching of sites"
- Previous message: Dominic Paschke: "[phplib] crypt-challenge-response-UserAdministration!"
- Maybe in reply to: Dominic Paschke: "[phplib] crypt-challenge-response-UserAdministration!"
- Next in thread: Dominic Paschke: "Re: [phplib] crypt-challenge-response-UserAdministration!"
- Reply: Dominic Paschke: "Re: [phplib] crypt-challenge-response-UserAdministration!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

