Thank you for your interest!

Trident Pool Manager is a business management tool for pool service owners and operators.

Features includes service, event, customer, and employee management, plus an easy-to-use mobile version for managers and service technicians.

Click the View Demo button above to see a preview!

Questions? Contact us below!

Your Name

Your Email

Your Message

"; break; case"submit": Echo "

Questions? Contact us below!

"; if(!empty($_POST["name"]) && !empty($_POST["email"]) && !empty($_POST["message"])){ $name = htmlentities($_POST["name"], ENT_QUOTES); $email = htmlentities($_POST["email"], ENT_QUOTES); $message = htmlentities($_POST["message"], ENT_QUOTES); $date = date("Y-m-d H:i:s"); $ip = $_SERVER['REMOTE_ADDR']; $agent = $_SERVER['HTTP_USER_AGENT']; Echo "

Thank you!

"; $mysqli = new MySQLi('localhost', "vinemano_scrillas", "}SEU(-m,khM-", "vinemano_scrillas"); if ($mysqli->connect_errno) { printf("Connect failed: %s\n", $mysqli->connect_error); exit(); } else { //Create tables $newComment = "INSERT INTO comments (type, name, email, comment, date, ip, agent) VALUES('Pool-Manager','$name','$email','$message','$date','$ip','$agent')"; if ($result = $mysqli->query($newComment) === TRUE) { } else { Echo "Error, comment not submitted
"; exit; } } } else { Echo "

Sorry, please make sure all fields are filled out!

"; } break; } ?>