answersLogoWhite

0

Code for mobile alert in PHP?

User Avatar

Anonymous

13y ago
Updated: 8/18/2019

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

13y ago

What else can I help you with?

Related Questions

What are semantics in PHP?

PHP is related with HTML. HTML can be included into PHP script as well as PHP script can be included into HTML code. PHP begins and ends with <?php ?>. PHP is mix of few languages so semantics is mixed too.


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 compile php code?

To compile PHP code, you do not use a traditional compiler like you would with languages such as C++ or Java. PHP is an interpreted language, meaning the code is executed directly by the PHP interpreter. To run PHP code, you need a web server with PHP installed, such as Apache or Nginx. The PHP interpreter reads the code, processes it, and generates the output dynamically.


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.


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.