Re: [PHP] close browser

2001-08-08 Thread kath
I knew it was a joke yeah... really... I did ;) - k - Original Message - From: "Ryan Fischer" <[EMAIL PROTECTED]> To: "kath" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 11:20 PM Su

Re: [PHP] close browser

2001-08-07 Thread Evan Nemerson
On Tuesday 07 August 2001 20:20, you wrote: > You wrote: > > > You wrote: > > > > Can anybody tell me what the code to close the browser is? > > > > > > ALT+F4. ;) > > > > PHP cannot execute client side actions, afaik. > > > > - k > > 'Twas a joke. See the winky smilie? You may all laugh now.

Re: [PHP] close browser

2001-08-07 Thread Ryan Fischer
You wrote: > > You wrote: > > > Can anybody tell me what the code to close the browser is? > > > > ALT+F4. ;) > PHP cannot execute client side actions, afaik. > > - k 'Twas a joke. See the winky smilie? You may all laugh now. ;) -- -Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboar

Re: [PHP] close browser

2001-08-07 Thread kath
PHP cannot execute client side actions, afaik. - k - Original Message - From: "Ryan Fischer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 10:39 PM Subject: Re: [PHP] close browser > You wrote: > >

Re: [PHP] close browser

2001-08-07 Thread Ryan Fischer
You wrote: > Can anybody tell me what the code to close the browser is? ALT+F4. ;) -- -Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: [PHP] close browser

2001-08-07 Thread Christopher CM Allen
ROTECTED]> Sent: Tuesday, August 07, 2001 5:01 PM Subject: RE: [PHP] close browser > Did you look in the manual? > http://www.php.net/manual/en/function.strtotime.php > strtotime() -- Parse about any english textual datetime description into a > UNIX timestamp > > > This is pr

RE: [PHP] close browser

2001-08-07 Thread Robert V. Zwink
/daid.php -Original Message- From: Christopher CM Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 4:44 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] close browser Greetings: I have a field entry in a MYQSL table that stores the date as: August 02, 2001 :( Is there

Re: [PHP] close browser

2001-08-07 Thread Christopher CM Allen
Greetings: I have a field entry in a MYQSL table that stores the date as: August 02, 2001 :( Is there anyway to convert this to 08-02-2001 outside of the table via php? Better yet is there ayway I can go back into my table and change these dates into a better format for computation? -- P

Re: [PHP] close browser

2001-08-07 Thread Bjorn Van Simaeys
Hi, Yes, Javascript can do this. Look at this: this.window.close(); You can wrap this in a tag as well. Greetz, Bjorn Van Simaeys www.bvsenterprises.com --- Jeremy Morano <[EMAIL PROTECTED]> wrote: > Hi, > > Can anybody tell me what the code to close the > browser is? > > -- > PHP

Re: [PHP] close browser

2001-08-07 Thread Tyler Longren
too much power :) > > Ryan > > > -Original Message- > > From: Tyler Longren [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 07, 2001 1:12 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] close browser > > >

RE: [PHP] close browser

2001-08-07 Thread Ryan Christensen
EMAIL PROTECTED] > Subject: Re: [PHP] close browser > > > PHP can't do that because php is serverside. You would need Javascript. > I'm not even sure if Javascript can do this. > > Tyler Longren > Captain Jack Communications > [EMAIL PROTECTED] > www.captainjack.com &

Re: [PHP] close browser

2001-08-07 Thread Tyler Longren
PHP can't do that because php is serverside. You would need Javascript. I'm not even sure if Javascript can do this. Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Tue, 7 Aug 2001 16:10:51 -0400 "Jeremy Morano" <[EMAIL PROTECTED]> wrote: > Hi, > > Can any