hi,
I was looking at some of the functions in php in the php manual, like imap_open, and other imap ones, and also something else called fnmatch. but with some of these, I noticed that php called them undefined functions. I have php 4.3.3by the way. it didn't recognize imap_open, or fnmatch, and not sure what else. that's all I've run into so far. I just wanted to know why this is so? thanks.
Brandon