13 lines
367 B

<?php
//$con=mysql_connect('localhost', 'root', 'whizkids');
//if($con)
// print($con);
//phpinfo();
if (!extension_loaded('imap'))
{
echo "ERROR: Your PHP is not compiled with IMAP Support.<BR /> *NIX Users should recompile the PHP with the --with-imap flag and Windows users can simply uncomment the extension='php_imap.dll' line in their php.ini";
exit;
}
?>