use icq to send sms

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
giliat
Forum Commoner
Posts: 28
Joined: Sun May 20, 2007 2:00 pm

use icq to send sms

Post by giliat »

hello
on the icq net from my pc i can send sms to mobile phons

i'm lloking for a way to make a page on site that will send from a form to some script that will connect to the icq and transfer it to mobile phone

the same thing that the program dose on the pc but to do it online

thanks
Gil


:idea:
mezise
Forum Newbie
Posts: 17
Joined: Tue Sep 18, 2007 4:38 am

Post by mezise »

Hi Gil,
maybe ICQ has a command line or network interface for sending sms'es, but I doubt it. There is other although not very efficient way to make it feasible. Computer with running ICQ program must be a server. You install PHP, AutoHotkey program, write a AutoHotkey script, write some socket programming in PHP and combine it all togehter.

Michal
Post Reply