menu

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

send sms

declare
 req   UTL_HTTP.REQ;
BEGIN
 req := UTL_HTTP.BEGIN_REQUEST('66.45.237.70/api.php?username=01790721177%26password=3K9NYHG5%26number=8801712128341%26message=TESTSMS');
 UTL_HTTP.SET_HEADER(req, 'User-Agent', 'Mozilla/4.0');
-- UTL_HTTP.GET_RESPONSE(req);
 dbms_output.put_line('hitting');
EXCEPTION
 WHEN UTL_HTTP.END_OF_BODY THEN
    dbms_output.put_line('exception');
END;
/




http://66.45.237.70/api.php?username=01790721177&password=3K9NYHG5&number=8801712128341&message=TESTSMS



var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange=function() {
  if (xmlhttp.readyState==4 && xmlhttp.status==200) {
    var response = xmlhttp.responseText; //if you need to do something with the returned value
  }
}

xmlhttp.open("GET","http://admin:password@192.168.0.20/cgi-bin/ConfigManApp.com?Id=34&Command=1&Number=0123456789",true);
xmlhttp.send();


var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange=function() {
  if (xmlhttp.readyState==4 && xmlhttp.status==200) {
    var response = xmlhttp.responseText; //if you need to do something with the returned value
  }
}

xmlhttp.open("GET","http://66.45.237.70/api.php?username=01790721177&password=3K9NYHG5&number=8801712128341&message=TESTSMS",true);
xmlhttp.send();





xmlhttp.open("GET","http://66.45.237.70/api.php?username=01790721177&password=3K9NYHG5&number=8801712128341&message=TESTSMS",true);
xmlhttp.send();


htp.p('