Skip to content

Instantly share code, notes, and snippets.

View Oappot's full-sized avatar

Ramz Oappot

  • Orfarile
  • Russia
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>test</title>
</head>
<body>
<div class="background">
<div class="form">
<?php
class Connect {
public $connection;
public function __construct(){
$this->connect();
}
public function connect(){