Done some more testing
This commit is contained in:
parent
aa70a9583a
commit
5de6e1cabf
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
class CellSynt
|
class Cellsynt
|
||||||
{
|
{
|
||||||
public $username;
|
public $username;
|
||||||
public $password;
|
public $password;
|
||||||
@ -25,7 +25,7 @@ class CellSynt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$SMS = new CellSynt("jake", "testpw", "numeric", "123456666");
|
$MySMS = new Cellsynt("jake", "testpw", "numeric", "123456666");
|
||||||
print $SMS->sendMsg("Detta är mitt SMS!") . "\n";
|
print $MySMS->sendMsg("Detta är mitt SMS!") . "\n";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user