Skip to content

Instantly share code, notes, and snippets.

View Lulzx's full-sized avatar
:octocat:
Enjoy the ride

Lulzx Lulzx

:octocat:
Enjoy the ride
View GitHub Profile
@Lulzx
Lulzx / lmao.php
Created February 23, 2018 18:39
phpshit
<?php
$servername = "localhost";
$username = "username";
$password = "password";
$conn = new mysqli($servername, $username, $password);
if ($conn->connect_error)
{
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";

Keybase proof

I hereby claim:

  • I am lulzx on github.
  • I am lulzx (https://keybase.io/lulzx) on keybase.
  • I have a public key ASDA9wesgUb092VtWiMCnPM7a9WSG3MLl4y9r-KoZSFEaAo

To claim this, I am signing this object:

Hello