PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi, does anyone know how to create a simple POP3 authentication? Don't need to check e-mail or anything, just verify the user exists.
I'm building a customizable homepage for an internet provider and they're going to use e-mail customer's e-mail address and password to login rather than have the customer create a new login.
I've never used fsockopen(). Is it messy? Is there anything I should know? Do I use the same POP address and port with fsockopen() that e-mail clients use to check? Thanks!