You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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;
}
?>