Skip to content

Instantly share code, notes, and snippets.

<?php
echo $_POST['name'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Login..</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<?php
class W_PDO_DB{
private $type,$host,$user,$pwd,$db;
protected $dbh;
function __construct($type,$host,$user,$pwd,$db) {
$this->type =$type;
$this->host =$host;
$this->user =$user;
$this->pwd =$pwd;
@Anan5a
Anan5a / auto_link.php
Last active May 4, 2016 09:31
A short snippet to convert a linkable text from a text to an anchor link