Results 1 to 5 of 5

Thread: Send free SMS from website

  1. #1
    Join Date
    Jan 2009
    Posts
    24

    Send free SMS from website

    hi now days we all know that messages can be send via website to mobile. i want to know such sites which are used to send sms so please reply with name of site and which one is you feel nice one, thank you.

  2. #2
    Join Date
    Jan 2009
    Posts
    39

    Re: Send free SMS from website

    hi mostly in such site account is required ;orkut provide this sms service which is good for me and easy.

  3. #3
    Join Date
    Dec 2008
    Posts
    34

    Re: Send free SMS from website

    i mostly use below sites to send sms
    >indyarocks.com
    >foosms.com

  4. #4
    Join Date
    May 2008
    Posts
    29

    Re: Send free SMS from website

    Hello friends.

    http://www.w3schools.com/wmlscript/default.asp

    http://codewalkers.com/tutorials/90/1.html

    I hope this helps for startup.

    Send SMS from PHP script

    Code:
    // Send SMS
    $number = 12345678;
    $text = 'Hi Jack, Where are you?';
    $sms_api_result = sendSMS($number, $text);
    
    if ($sms_api_result[0] == 'OK') {
    	echo 'The SMS sent successfully.';
    }
    else {
    	print_r($sms_api_result);
    }

  5. #5
    tranquil1ty Guest

    Send free SMS from website

    nice tips...

Similar Threads

  1. How to get free unique content for the website
    By Hammond in forum Technology & Internet
    Replies: 5
    Last Post: 21-02-2012, 06:24 AM
  2. send a subdomain from website to sbs 2008 box for remote workers
    By jonathan1234 in forum Networking & Security
    Replies: 2
    Last Post: 20-11-2011, 05:49 AM
  3. How to promote website free of charge
    By Christina 80 in forum Technology & Internet
    Replies: 6
    Last Post: 23-03-2010, 09:45 AM
  4. What is free website advertisement?
    By Jagadamba in forum Technology & Internet
    Replies: 3
    Last Post: 22-06-2009, 11:48 AM
  5. Free Website & Graphic Design
    By harigopinath in forum Off Topic Chat
    Replies: 1
    Last Post: 01-06-2009, 08:29 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,713,978,735.87715 seconds with 17 queries