Re: [PHP] i want permanently connect in imap_open()
> 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()
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