Skip to content

Instantly share code, notes, and snippets.

@mavroudis
mavroudis / sms.html
Last active November 23, 2016 18:58
HTML SIPmly API Example Reference: http://www.sipmly.com/api/sms/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Send SMS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@mavroudis
mavroudis / gist:2627588
Created May 7, 2012 12:49
ezSQL: fixed duplicate return typo
commit d47a4e76e04e99fab6c6bca0076a083484f7a578
Author: Michael Mavroudis <michael@mavroudis.com>
Date: Sat Apr 28 09:54:46 2012 -0400
fixed duplicate return bug
diff --git a/postgresql/ez_sql_postgresql.php b/postgresql/ez_sql_postgresql.php
index 45e9518..bdeaa40 100755
--- a/postgresql/ez_sql_postgresql.php
+++ b/postgresql/ez_sql_postgresql.php