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