When i make a call to the imap_open function, i get this error:
Fatal error: Call to undefined function: imap_open() in d:\email\inbox.php on line 10
I thought imap functions were built into php 4?
You'll need to make sure that you have uncommented the impa extenstion in your php.ini file.
HTH Justin