Skip to content

Instantly share code, notes, and snippets.

View xlanor's full-sized avatar
😬

jingkai. xlanor

😬
  • praying for retirement before layoffs.
  • London, United Kingdom (Ocasionally Singapore)
  • 00:58 (UTC)
View GitHub Profile
@xlanor
xlanor / DescriptionController.php
Last active July 17, 2017 10:16
Display from mySQL using Morris
<?php
include 'connection.php';
include 'productmodel.php';
$desc = $rn['proDesc_text'];
echo $desc;
//short and simple :3
?>
@xlanor
xlanor / importall.php
Last active July 12, 2017 03:34
PHP Script to pull 6e data from json strings into mySQL
<?php
/**
* Created by PhpStorm.
* User: jk
* Date: 7/12/2017
* Time: 10:56 AM
* Every vendor has different variables so you need to factor them all in.
*/
$time = microtime();