Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-08-2008, 01:58 PM   #1 (permalink)
In The Zone
 
bukaida's Avatar
 
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
Default Sms gateway through php


I want the sms functionality in my website.Not a traditional one but in a bit different way--

The SMS gateway should be able to identify the sender number, message and sending time. These information should be stored in a mysql database so that they can be used by other php programs.

I am using OZEKI's HTTP SMS gateway which returns these informations in a url in the format
sender={$SENDER}&receiver={$RECEIVER}&message={$MS G}&receivedtime={$RECEIVEDTIME}.
I can also specify the php page in localhost where this information will go through this software. But the problem is how to accept this information? I have no idea of accepting a real time information in php variable.If I can accept them in php page, then through an insert query, I can insert them in database and my problem will be solved. OZEKI has a detail procedure for this purpose for it's paid version but those parameters do not apply here. Please help.
__________________
Desktop: P-IV 2.4GHz, 512MB DDR, 865GBF Mother Board,
G-Force 5200FX, 17" Samsung flat, WinXp with SP2,
Kaspersky Internet Security 2009.
Laptop:LENOVO 3000 C100 D7 lappy with 2GB DDR2.
bukaida is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-08-2008, 02:23 PM   #2 (permalink)
In The Zone
 
Join Date: Dec 2007
Location: Mumbai
Posts: 270
Default Re: Sms gateway through php

I am perhaps not able to understand your requirement.

You want to design a php front end where user can enter Message, Sender and Receiver and then you can dump these details in mysql table which later another process can retrieve and send the actual sms. Is this what you want?

Or it is that when you submit the sms to OZEKI's Gateway, you wish to read their Acknowledgment response about the sms Receive time on Receiver's mobile??

If none of above then please explain it once again in detail or give some link to read about it...
__________________
Intel Q6600, Abit IP35-E, Transcend 2GB 800Mhz, Seagate 500GB(32MB) SATA II
EVGA 9600GT 512MB DDR3 Knock Out, Dell SE198WFP
ASUS DVD R/W 20X LightScribe, Zebronics Antibiotic, Cooler Master 500W
mastermunj is offline  
Old 07-08-2008, 05:54 PM   #3 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: Sms gateway through php

Use $_GET["variable"] function to retrieve variables from URL.
PHP Code:
$sender $_GET["SENDER"];
$receiver $_GET["RECEIVER"];
$message $_GET["MSG"];
$receivedtime $_GET["RECEIVEDTIME"]; 
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 08-08-2008, 09:29 PM   #4 (permalink)
In The Zone
 
bukaida's Avatar
 
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
Default Re: Sms gateway through php

Quote:
it is that when you submit the sms to OZEKI's Gateway, you wish to read their Acknowledgment response about the sms Receive time on Receiver's mobile??
Yes thats what my intension is. The gateway is supplying the informations through url.
I have attached some screenshots regarding the operations and settings of this software.
Please help.




__________________
Desktop: P-IV 2.4GHz, 512MB DDR, 865GBF Mother Board,
G-Force 5200FX, 17" Samsung flat, WinXp with SP2,
Kaspersky Internet Security 2009.
Laptop:LENOVO 3000 C100 D7 lappy with 2GB DDR2.

Last edited by bukaida; 09-08-2008 at 09:28 PM.
bukaida is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SMS Gateway bizzare_blue QnA (read only) 10 10-03-2009 11:11 AM
mobile pc bulk sms..or sms gateway Saharika Mobiles and Tablets 8 07-10-2008 07:03 PM
Question About S.M.S Gateway Creative-Eye QnA (read only) 2 06-11-2005 12:26 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2