answersLogoWhite

0

Code for mobile alert in PHP?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

You can use an email to SMS gateway to send SMS messages from a PHP script. This will likely be a paid for service, there used to be some network specific free services, but I think most of them are now closed, presumably due to abuse from spammers. Search for "email to SMS gateway". To send e-mail from PHP see the 'mail' command.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Code for mobile alert in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How register your mobile no for sbi sms alert?

sms alert


What is syntax in php?

We can use php tags in different ways. <?php //php code to be written here ?> OR <? //php code ?> This tag will not work when we using editors such as macromedia dreamweaver. OR < script language="php"> //php code </script>


Which tender service provides tenders through mobile alert?

www.tenderserviceonline.com provides tenders through mobile alert.


How do you change the language code in a PHP page?

I have little idea of your question however <?php #code in here ?> is the starter for PHP, and then anything outside is HTML.


How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.


How get in mail alert in mobile?

they will send it to you


Customer disconnection of mail alert of rediff on your mobile phone?

kindly disconnect rediffmail alert of dheerajmal@rediffmail.com on mobile no. 9899742843


What file extension is used to save a php file after code has been written into it?

The file extension for PHP is .php


What is the airport code for Alert Airport?

The airport code for Alert Airport is YLT.


Why you do not see any PHP code when you view the source code of a PHP page in the browser?

PHP is server-side, the browser itself does not interpret it. Rather, the browser sends a query to the server, and the PHP scripting generates custom HTML document. It is this HTML that you are seeing the source code of.


How do you embed PHP code in C code?

PHP and C are two different programming languages that cannot directly interact with eachother. You can have a program made with C call a PHP script, using its output (an indirect interaction), but there's no way to "embed" PHP into C code.


What are semantics in PHP?

In PHP, semantics refer to the meaning of code or how statements are interpreted by the PHP engine. It involves understanding how code functions and interacts with other elements in a PHP script. Proper semantics ensure that the code behaves as expected and follows the established rules of the PHP language.