Sending ringtone using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

Sending ringtone using PHP

Post by basudeb »

Hi,

I am developing a web page where user will enter his/her mobile number or email (e.g. 1234@some-mobile-operator.com) and a ring tone will be sent to him/her.
What should be my first step in developing such an application? Please tell me step by step.

Thanks!
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

The first question is: What is your computer connection to the telephone system. Does the server have telephony software and hardware? Are you going to connect to another server on the Internet? And if you know the answer, have you downloaded their SDK?
(#10850)
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

Post by basudeb »

arborint wrote:The first question is: What is your computer connection to the telephone system. Does the server have telephony software and hardware? Are you going to connect to another server on the Internet? And if you know the answer, have you downloaded their SDK?
Actually i am absolute beginner in this case. please tell the steps that i should do to send ring tones in mobile . My site is in php and i want to integrate this feature.
Post Reply