Date: 01/05/01
- Next message: Peter Bowyer: "Re: [phplib] Inserting PHP Files using Templates"
- Previous message: Max A. Derkachev: "Re: [phplib] Problem with newly commited user4.inc"
- In reply to: Marko Kaening: "[phplib] Problem with newly commited user4.inc"
- Next in thread: Marko Kaening: "Re: [phplib] Problem with newly commited user4.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Marko,
Friday, January 05, 2001, 2:21:42 PM, you wrote:
I fixed the issues you reported. It seems to work ok now.
Check out the new version in the cvs.
The test script I used:
<?php
error_reporting(E_ALL);
page_open(array ('sess' => 'Your_Session',
"auth" => "Your_Auth",
"perm" => "Your_Perm",
"user" => "Your_User"));
if (!$user->is_registered('a')) {
$a = 1;
$user->register('a');
}
print $user->id . "<br>";
print "$a<br>";
$a++;
page_close();
?>
$a is being incremented with every reload.
-- Best regards, Max A. Derkachev mailto:kot <email protected> Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Peter Bowyer: "Re: [phplib] Inserting PHP Files using Templates"
- Previous message: Max A. Derkachev: "Re: [phplib] Problem with newly commited user4.inc"
- In reply to: Marko Kaening: "[phplib] Problem with newly commited user4.inc"
- Next in thread: Marko Kaening: "Re: [phplib] Problem with newly commited user4.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

