Files
survey-manager/survey-nginx/htdocs/avw/navy/go/test.php
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

14 lines
367 B
PHP
Executable File

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