Skip to content

Instantly share code, notes, and snippets.

View VeeeneX's full-sized avatar
🥒
Pickleee Riiick

Daniel Plakinger VeeeneX

🥒
Pickleee Riiick
View GitHub Profile
@VeeeneX
VeeeneX / JSON
Last active August 18, 2016 10:59
{
"commit": "%H",
"abbreviated_commit": "%h",
"tree": "%T",
"abbreviated_tree": "%t",
"parent": "%P",
"abbreviated_parent": "%p",
"refs": "%D",
"encoding": "%e",
"subject": "%s",
@VeeeneX
VeeeneX / index.php
Created January 20, 2016 14:43
How to do it properly.
<?php
$sql = "SELECT doctorid, FIRST_NAME,LAST_NAME, Address, Qualification, Specialization, Consultation_Fee, Experience,image_path from t_doctorprofile";
$results = mysqli_query($db,$sql) or die('MySQL Error');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<?php
// +----------------------------------------------------------------------+
// | Copyright (c) 2010 DasLampe <[email protected]> |
// | Encoding: UTF-8 |
// +----------------------------------------------------------------------+
class IMAP
{
var $sock;
var $host;
var $port;