An ill-informed Facebook post causes a few whispers about the Vero Beach Outlets’ days being numbered. Read how the Outlets responded to that rumor in this week’s issue.
/home/httpd/html/ |
Current File : /home/httpd/html/mojo_nagios_mysql_check.php |
<?php $host = "dbserver"; $username = "mojotest"; $password = "rJ2KyBxplDOircQY"; $DB = "mojotest"; $link = mysqli_connect($host, $username, $password, $DB) or die (mysqli_error()); $sql = "SELECT * FROM testing LIMIT 1;"; $res = mysqli_query($link, $sql) or die (mysqli_error()); if ( mysqli_num_rows($res)==1) { echo "OK"; } ?>