Skip to content

Instantly share code, notes, and snippets.

View suyashbansal's full-sized avatar
🎯
Focusing

Suyash suyashbansal

🎯
Focusing
View GitHub Profile
group: MTEAV Sample
description: Tables for MTEAV test.
EA = {
entity, attribute
1, 'A1 A3 A4'
2, 'A1 A2 A3 A4'
3, 'A2 A4'
4, 'A1 A4'
{
"firstName": "John",
"lastName": "Smith",
"age": 25,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
},
@suyashbansal
suyashbansal / sendsms.php
Created November 6, 2015 17:44
Way2SMS API in PHP fully working last checked on November 2015
<?php
/**
* @author SuyashBansal
* @author Kingster
* @category SMS
* @copyright 2015
* @description Request this page with get or post params
* @param uid = Way2SMS Username
* @param pwd = Way2SMS Password
* @param phone = Number to send to. Multiple Numbers separated by comma (,).