Re: [PHP] imap_search - criterion "ON"

2007-11-22 Thread Zoltán Németh
2007. 11. 22, csütörtök keltezéssel 21.15-kor Max Frigge ezt írta: > Hey there, > > i am trying to use the imap_search function oh PHP. > In the documentation it says i can use ON to search for > a date. Whenever i try that I get: > > "Unknown search criterion: ON" > > Which is wired becau

[PHP] imap_search - criterion "ON"

2007-11-22 Thread Max Frigge
Hey there, i am trying to use the imap_search function oh PHP. In the documentation it says i can use ON to search for a date. Whenever i try that I get: "Unknown search criterion: ON" Which is wired because ON is even mentioned in the IMAP2 criteria?!? Any ideas what's wrong? Greets,