Skip to content

Instantly share code, notes, and snippets.

View jiyongcheng's full-sized avatar

Yongcheng Ji jiyongcheng

View GitHub Profile
@jiyongcheng
jiyongcheng / gist:4152891
Created November 27, 2012 07:13 — forked from jvoorhis/gist:1428465
PHP MongoLab sample
<html>
<head>
<title>Demo</title>
</head>
<body>
<h1>PHP Mongo Test</h1>
<?php
try {
$connect = $_ENV["MONGOLAB_URI"];
$m = new Mongo($connect);