Way2SMS is a popular free sms service in India that offers users to send SMS to mobile numbers using internet.The service is reliable and delivers the SMS in few seconds but there is no public API available for Way2sms. But Unofficially there is an API which communicates with Way2sms and most important thing is this API still works unlike many others
Programming Archive
In this tutorial we will implement the AJAX technique using jquery and PHP.We can use the traditional method using the javascript XHR but it is lot simpler when we use Jquery.In the example detailed below the webpage posts the data to server and updates it asyncronously without page refresh. How web pages post the form data to server: Usually the front end webpage is created using HTML in which the user can enter data using forms and submit it to the server.Meanwhile on the server side there exist a scripting component say for example PHP script that listen the request send from the html page and processes it .Once processing is complete the script send the data to client side which means webpage on the browser.The webpage will then [&hellip
Facebook query language[FQL] is the SQL styled query language used to fetch the data from the graph api which we can tweak to build an application. Before beginning you need to know the basics of graph api and facebook platform which can be explained by this article. Facebook ‘s FQL is the easy way to fetch the information needed by your application.The query language is easily understandable since it resembles the SQL. We are going to create a facebook application to make the clear understanding about the facebook query language.The application is simple we will create a page which shows how many friends are still single. how many friends are Engaged Which city has your maximum number of friends See how to setup the basic facebook application Setup the [&hellip
Google announced API explorer to help new developers to get started with Google API without any programming.The latest tool from google aimed at new developers wanting to try out Google API’s right from the browser.You can execute the api calls and can analyse the response data that help you learn API’s working