Monday, 15 August 2011

php - How can I use a variable containing an underscore in imap_search? -



php - How can I use a variable containing an underscore in imap_search? -

i want find email containing nick_1998 , utilize syntax:

imap_search($mailbox,'body "nick_1998"');

the code works without underscore. underscore makes problems. there solution? idea?

php imap

No comments:

Post a Comment