How to send SMS from a website?
Create the HTML Form for sms sending
<html>
<body>
<h1>My SMS form</h1>
<form method=post action='sendsms.php'>
<table border=0>
<tr>
<td>Recipient</td>
<td><input type='text' name='recipient'></td>
</tr>
<tr>
<td>Message</td>
<td><textarea rows=4 cols ...
Search found 1 match
- Wed Mar 15, 2017 8:43 am
- Forum: My Station
- Topic: Send SMS from a website (PHP)
- Replies: 0
- Views: 16750