Posted by Erwin Moller on 06/14/07 08:43
gor wrote:
> Hi, am not a php guru. recently am working on the project which
> requires me to interface internet server with the mobile phone service
> providers. is it possible to do this using php and how is it done?
> please help
Hi,
Sounds like a fun project.
Almost anything is possible with PHP.
First thing to do is dive into the API of that mobile phone service.
How do you call a function?
What does it return?
Do you need COM-objects or stuff like that to communicate?
etc.
Once you understand how to 'talk' with that service, you can start designing
your app in PHP.
But if you are new/unconfortable with PHP.... well, fix that first. ;-)
Come back here for questions.
Best of luck!
Regards,
Erwin Moller
[Back to original message]
|