med Mamedov" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 4:13 PM
Subject: Re: [PHP-DB] Another question
> I destroy the session with:
> session_destroy()
>
> The file is deleted from the /tmp directory (which is good) but after
> th
e browser.. this is how PHP works.
>
> Regards,
> Muhammed.
>
>
> - Original Message -
> From: "Constantin Brinzoi" <[EMAIL PROTECTED]>
> To: "Muhammed Mamedov" <[EMAIL PROTECTED]>
> Sent: Monday, December 15, 2003 4:05 PM
> Subject: Re:
works.
Regards,
Muhammed.
- Original Message -
From: "Constantin Brinzoi" <[EMAIL PROTECTED]>
To: "Muhammed Mamedov" <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 4:05 PM
Subject: Re: [PHP-DB] Another question
> The reason is that I want to logout
5, 2003 7:26 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] Another question
>
>
> Really?
> What is the reason for that?...
>
> Muhammed.
>
> - Original Message -
> From: "Duane Lakoduk" <[EMAIL PROTECTED]>
> To: "'Const
In I.E. 5.5 and newer.
> -Original Message-
> From: Mike U. Petrov [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 15, 2003 7:32 AM
> To: [EMAIL PROTECTED]; 'Constantin Brinzoi'; [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] Another question
>
>
> I
i'; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] Another question
You can avoid the prompt when using javascript to close the window if you
use this:
function closeit(){
window.opener = top;
window.close();
}
Now, window will close without prompting.
hth,
Duane
> -
Really?
What is the reason for that?...
Muhammed.
- Original Message -
From: "Duane Lakoduk" <[EMAIL PROTECTED]>
To: "'Constantin Brinzoi'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 3:17 PM
Subject: RE: [P
TECTED]
> Sent: Monday, December 15, 2003 6:15 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Another question
>
>
> Is there a php function that closes a browser window?
>
> I know there is a javascript function (window.close), but I
> can't use it
> because it c
[mailto:[EMAIL PROTECTED]
Sent: Monday, December 15, 2003 3:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Another question
Is there a php function that closes a browser window?
I know there is a javascript function (window.close), but I can't use it
because it complains that the window is not
Is there a php function that closes a browser window?
I know there is a javascript function (window.close), but I can't use it
because it complains that the window is not opened by javascript
(window.open).
I looked over the function reference but I didn't find anything about
this problem.
TIA
C
Hi, All:
I have some information stored in the database.
When I try to show them, sometimes it give me the
following warning:
Warning: printf(): Too few arguments ...
Here is the problematic code:
printf("$des ");
I figured out that if there are "%" in the
string $des, it will give me this war
11 matches
Mail list logo