Forum: PHP
04-06-2012, 12:55 PM
|
|
Replies: 4
Views: 948
yo can use ajax
<script...
yo can use ajax
<script type="text/javascript"><!--
function ajaxRequest(){
var activexmodes=["Msxml2.XMLHTTP", "Microsoft.XMLHTTP"] //activeX versions to check for in IE
if...
|
Forum: PHP
04-06-2012, 10:33 AM
|
|
Replies: 4
Views: 948
SMS Examples
Sending single text message
...
SMS Examples
Sending single text message
http://DomainName/bulksms/bulksms.php?username=xxxx&password=xxxxx&messa
ge=xxxxxx&mobile=9999999999&sender=xxxxxxx
For example the completed URL...
|
Forum: PHP
04-06-2012, 10:29 AM
|
|
Replies: 4
Views: 948
Sending SMS from my php website script
Good day programmers, please I'm a novice in coding and I need help with a script where people can send invitation message to their friend on my site as sms. I want users on my site to just drop the...
|