Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kaua Costa   on Jan 18 In Java Category.

  
Question Answered By: Vinay Singh   on Jan 18

recently i am creating a webservice in php that can send sms using way2sms gateway.
this is one grate way to send sms using java or php
for java code visit:---
and download java code...using json parser

http://youngstercarrer.com/smsapi/javasmsapi.php

if u wish u can use java httpconnection to send sms directly with following url.[ code can be find here.. http://youngstercarrer.com/smsapi/javasmshttp.php ]

youngstercarrer.com/.../sms_http.php?username="+ username +"&password="+ password +"&to=" + phoneNumber + "&msg=" + URLEncoder.encode(msg)

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on send sms using java Or get search suggestion and latest updates.


Tagged: