Forum Moderators: coopster
I need help with my PHP guest book program. I have a guest book and it is using a .dat file for the database. I would like to add an email feature to that program, so if I send an email (like using email feature of my cell phone), the text (no address, no subject line, etc.) of that email will be automatically placed in my guest book.
I thank you in advance.
Look up imap_open() in the PHP manual function list.
[php.net...]