Date: 11/03/00
- Next message: Marko Kaening: "Re: [phplib] Re:crypt-challenge-response-UserAdministration! (fwd)"
- Previous message: Christof Beaupoil: "[phplib] Does anybody succesfully use the phplib with M$SQL (db_mssql.inc)?"
- Maybe in reply to: Dominic Paschke: "[phplib] Re:crypt-challenge-response-UserAdministration!"
- Next in thread: Marko Kaening: "Re: [phplib] Re:crypt-challenge-response-UserAdministration!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
as I pointed out earlier this method of restoring the content of POSTed
data has it's difficulties. I forgot to urldecode the data before sending
it out. So in crcloginform.inc you should insert urldecode($val) instead
of $val and in the data receiving script you would need for some reason to
urldecode it again (I thought it's done automatically, but it's not...:(
). I also set a hidden variable in the crcloginform called
RestorePostedValues which I check in the updating script (whether defined
or not) to know whether a logout occured... Only then it's necessary to
include the urldecode() call.
Sorry. This is quite inconvinient, maybe it's better just to increase the
time limit... But it depends on the application, I think.
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Marko Kaening: "Re: [phplib] Re:crypt-challenge-response-UserAdministration! (fwd)"
- Previous message: Christof Beaupoil: "[phplib] Does anybody succesfully use the phplib with M$SQL (db_mssql.inc)?"
- Maybe in reply to: Dominic Paschke: "[phplib] Re:crypt-challenge-response-UserAdministration!"
- Next in thread: Marko Kaening: "Re: [phplib] Re:crypt-challenge-response-UserAdministration!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

