How to Send and Reply SMS using PHP Code

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
john_drayton
Forum Newbie
Posts: 4
Joined: Tue Nov 18, 2003 12:36 am
Location: Philippines
Contact:

How to Send and Reply SMS using PHP Code

Post by john_drayton »

I just want to know how to create an application using PHP code that can SEND and RECIEVE SMS.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Sending is simple. See: [google]sending sms php[/google]

Receiving is a much harder concept: [google]receiving sms php[/google]
john_drayton
Forum Newbie
Posts: 4
Joined: Tue Nov 18, 2003 12:36 am
Location: Philippines
Contact:

Post by john_drayton »

Thanks for the tips. There are still other ways(easy way) to send sms.
Post Reply