MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b744/hr.linkwaycanada.com/
File Upload :
Current < : /hermes/sb_web/b744/hr.linkwaycanada.com/test.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
include('dbconnection.php');
//$servername = $servername;
//$username = $username;
//$password = $password;
//than&nbsp;" = $sports2;
//---------------------------------------------------------


//Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
  die("Connection failed: " . $conn->connect_error);
}

$sql = "INSERT INTO Lovers (firstname, lastname, email)
VALUES ('Peter-4.14', 'Gello-4.14', 'Peter-4.14@example.com')";
if ($conn->query($sql) === TRUE) {
  echo "New record created successfully";
} 
//else
 // echo "Error: " . $sql . "<br>" . $conn->error;
$conn->close()
?>
</body>
</html>