Files
survey-manager/survey-nginx/htdocs/avw/navy/go/test.php
2024-07-19 10:05:36 +00:00

14 lines
367 B
PHP

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