currently we are developing website which send sms alert to user for perticular service
but i am not able to set script which will do the same
Please somebody tell me what will be solution....
Please tell any script or site for this problem
thanks...
Look for an SMS gateway to use.
For example, I've used MessageNet here in Australia.
Check FromSMS solution - free
Related
I am stuck in a situation in which when a user registers, he/she get a confirmation SMS on his/her mobile number, and he/she able to confirm their application by replying to the confirmation SMS, be repling like YES/NO to that confirmation sms..
Is there any SMS gateway available which provides the suitable functionality, I mean an API which takes user input from sms reply..
thanks in advance
Twilio has the ability to receive sms messages.
https://www.twilio.com/docs/quickstart/php/sms
There is a definite solution available for this. Try exploring with FrontLine SMS that offers a similar functionality, though you will have to then use a 10 digit registered number to send your confirmation SMS.
How to use frontline sms:
Get an internet dongle from a cellular company (Idea, Airtel,etc)
connect dongle to PC
install frontline SMS
Frontline SMS detects dongle.
Frontline SMS API's available to read incoming SMS on dongle and forward to your server with POST/GET methods.
Try it out & let me know it work.
Regards,
Mihir.
PS: i use Huawei dongle + idea connection.
You can use mVaayoo (http://www.mvaayoo.com/sms-gateway-features-benefits.html)
It supports Easy 2-Way SMS Integration with Website, ERP, CRM or any application.
They will provide the rich documentation which helps you to solve your problem.
You can go to that site and register and test it..
There are so many things in the documentation like return values by getting the return values.
You can use http://routesms.com/
This is easy to use and cheap. I used it for like 3 years. They have all types of API with documentation.
The answer is Yes, try Clickatell, they also support India.
Please note that this is copied answer from another question...original This question is a duplicate.
Expensive, but it is possible.
Hi I need to build a web application which can send and receive Faxes.
Can some one mention some of the articles/web page where I can refer to get more details about it?
Also I'm posting this to PHP folks assuming that this can be done in PHP but if you feel else is appropriate please guide me.
Thanks
Something like this?
http://www.interfax.net/en/dev/php
Just from a quick Google search... I don't have any personal experience with it.
Sending a fax is not a function built in to PHP. You'll need to use an external service for this.
Google "send fax online" and start reading.
I think the easiest way to integrate it with PHP is to use a Mail 2 Fax gateway there are plenty of services out there.
Tipically you just need to send an email with with a pdf attachment to a particulaur address like [faxnumber]#fax.fax2mail.com ( 390302121212#fax.fax2mail.com )
I've integrated it with php and java (both 2 seperate application) for my firm.
I have a website where people will book for Site visits.The Support Executive Confirms Site visit in the previous day. Once the Site visit is confirmed on the day on which site visit should happen the customer should receive SMS in morning telling that you have site visit today as requested.
I have Third party SMS Service
Now I Should Run a Code in PHP, MySQL which sends a SMS in the morning on which the site visit should happen
How can I Do that
Cron -> starts PHP-Script , PHP Script reads records from the SQL Table and checks if an SMS has to be sent, i assume its sms over mail, so you can use the integrated php function to send out mails to the sms gateway. For the guy confirming the visits, create another site with proper authentication where he can access the table and agree with the site-visits and anotherone for the customer to register for site visits
You need a cron job set to run in morning which will call your php file have code for looking in database for customers you need to send sms to.
Yo need to register to sum sms gateway provide 2 good one i know is clickatell and eztexting.
You can get there api for sending sms in there website.
Happy Smsing :D
Set a Cron Jobs in your Control panel.Try this link
http://www.devx.com/DevX/Article/39900/1954
If you would like to try an entirely different approach, check out:
Sent.ly - http://sent.ly
I am the founder of Sent.ly and thought maybe Sent.ly could help you out...
Sent.ly allows you to use an Android phone as an SMS gateway. So... you could just purchase a cheap Android phone ($150 or so) and set up Sent.ly on it and put a SIM in the phone.
By calling the Sent.ly API, the SMS would go out through the SIM in your Android phone. Sent.ly also has the option for scheduling an SMS for sending later which is your use case.
This also allows your PHP application to RECEIVE SMS in addition to just sending it out.
You can setup rules and if an incoming message matches a rule, it would be posted to a PHP page of your choice.
Since I am a great fan of stackoverflow, I would like to invite you to try Sent.ly. We would be happy to set you up with extra credits if you like. Just mail us at support#sent.ly
Cheers,
Varun
I have developed a system like this for use with some of my clients, and you can easily use it to integrate with your website or applications, through HTTP POST or WebServices (using PHP, C# or whatever).
If you are interested just leave an email or other contact information as a reply to this answer and I will gladly send you a sample code of how to send SMS, setting the desired time for sending messages, beyond other things, through our system.
You will not need to have any kind of cron knowledge and setup, it is all handled by our system, and the code is pretty simple and straight forward. You will only need to call our services upon site visit confirmation, setting the desired message sending time, and our system will do the rest.
Best regards.
Is it possible to login to Yahoo and getting a certain message ?
I'm going to struggle with this if you say it's possible.
Thanks
By messages, are you referring to Yahoo! Mail? If so you can use their web service to do so:
http://developer.yahoo.com/mail/
Yes it should work. You can do it with cURL in php. To login these tutorial should help: Video Tutorial and code example.
Hope that helps :)
Basically, I want my users to be able to just click a button and get a small popup-window that puts them in contact with me through one of the major communicationstools.
Does anyone know about any such services?
You'd need to cover a lot of different services, and hope they were running that app when they visited your site.
Use Live Chat or similar - you've probably seen the type of thing around:
http://www.imsupporting.com/
http://www.livezilla.net/home/en/ - free
http://www.chat4support.com/ - free version
http://www.craftysyntax.com/ - free (plus pointless following eyes on homepage).
I've not tested them so can't give any info on how good they are...hope this helps.
Make a link with the following href format:
SendMessage
Note: requires the client have the IM client installed, and is not supported by all IM clients.
For AOL:
Send Message
For Yahoo:
Send Message
For Google:
Send Message
For MSN/Windows Live:
Send Message
For ICQ:
Send Message