|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-08 03:26 UTC] sniper@php.net
[2002-03-12 08:21 UTC] sander@php.net
[2002-08-14 06:49 UTC] albertsori at terra dot es
[2002-08-14 18:20 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
<? $mailstream = imap_open ("{mail.hananet.net:110/pop3}INBOX", "vicviper", "vicviper93"); imap_sort($mailstream, SORTDATE, 1); //<<< ERROR Point!!! ?> // if u run it on Windows. U will see the error message "ERROR PHP.EXE" and "Gate ERROR"!! /* My System Windows XP, IIS 5.1, Expoler 6.0, PHP 4.1.1 */