bukaida
In the zone
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={$MSG}&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.
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={$MSG}&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.