Results 1 to 5 of 5

Thread: How to send scheduled message in php

  1. #1
    Join Date
    May 2014
    Posts
    2

    How to send scheduled message in php

    I am new in php. I need to send scheduled message to user on mobile using php. Please tell how it will be possible using php code.

  2. #2
    Join Date
    Mar 2010
    Posts
    154

    Re: scheduled message

    You can do that through mail function. I am giving you the parameters below.

    Code:
    bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
    Code:
     bool msg_send ( resource $queue , int $msgtype , mixed $message [, bool $serialize = true [, bool $blocking = true [, int &$errorcode ]]] )

  3. #3
    Join Date
    May 2014
    Posts
    2

    Re: scheduled message

    Thank You for reply. Please can u elaborate it. i Cant get it properly

  4. #4
    Join Date
    May 2009
    Posts
    637

    Re: How to send scheduled message in php

    Search for PHP SMS Gateway on Google. You will find a site on the top which gives you a ready to use script and a complete manual for sending automated sms through php on a mobile phone. The process is bit long and it also need the right script which is almost impossible to provide you here. There are few things you have to do like configuring the sql database, etc. So just search the text I had mentioned above and checkout the guide.

  5. #5
    Join Date
    Apr 2014
    Posts
    3

    Re: How to send scheduled message in php

    Search for PHP SMS Gateway on Google. You will find a site on the top which gives you a ready to use script and a complete manual for sending automated sms through php on a mobile phone.

Similar Threads

  1. Replies: 3
    Last Post: 14-01-2014, 09:38 AM
  2. Scheduled backup shows an error message
    By strongArm in forum Windows Software
    Replies: 5
    Last Post: 02-04-2011, 09:16 AM
  3. How to use Net Send command to Send Message
    By superway in forum Windows Software
    Replies: 1
    Last Post: 15-12-2010, 03:35 PM
  4. How to Post Scheduled message on Facebook
    By Efigenio in forum Technology & Internet
    Replies: 5
    Last Post: 06-02-2010, 02:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,750,327.94741 seconds with 17 queries