I have a php script that one of my clients is trying to use. Though for some reason the "imap" functions don't work...
for example: http://www.bihira.com/imap.php
It's giving me this error: Fatal error: Call to undefined function: imap_open() in /home/bihira/public_html/imap.php on line 2
Would there be a security reason why this function is not enabled in php. How would I fix this also?
for example: http://www.bihira.com/imap.php
It's giving me this error: Fatal error: Call to undefined function: imap_open() in /home/bihira/public_html/imap.php on line 2
Would there be a security reason why this function is not enabled in php. How would I fix this also?