Re: [PHP] i want permanently connect in imap_open()

2001-02-03 Thread Richard Lynch
> i open mailbox with imap_open > when i move next page, mailbox close. > and i must open mailbox again. > i want connection contiue, even if i move next page Don't think you can. HTTP is inherently stateless... Even if you could, when would the mailbox close? You can't rely on your web-surfer

[PHP] i want permanently connect in imap_open()

2001-02-03 Thread 정희철
i open mailbox with imap_open when i move next page, mailbox close. and i must open mailbox again. i want connection contiue, even if i move next page