Guys, I doubt this data
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$sql = "
Select a.fe...
asked by
28.05.2018 / 23:06