3 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for rayidi

echo "<form action='' id='customForm' method='post'>"; echo "<div>"; $mobile = $_SESSION['mobile']; echo "<label for='name'>From : $mobile</label>"; echo "</div>"; echo "<div>"; echo "<label for='name'>Sender Mobile number</label>"; echo "<input type='text' name='recipient' id='mobile' class='error'>"; echo "<span id='nameInfo' class='error'> Mobile number must contain only 10 digits</span>"; echo "</div>"; echo "<div>"; echo "<label for='email'>Message &nbsp; &nbsp; …

Member Avatar for cereal
0
483
Member Avatar for rayidi

Dear Friends, Am developing a sms based website. i bought the gsm modem. problem how to connect the com port through php and querying the gsm modem with AT Commands ?? Please help me out [COLOR="Red"]Modem:- Visontek 82GH USB MODEM It supports at commands. [/COLOR] Note:- Am sending sms and …

Member Avatar for vattana ybm
0
2K
Member Avatar for litlemaster

I am developing an application to send and receive SMS from Desktop via nokia mobile phone modem. So far I am successful in sending sms through my application. But it seems as if my modem doesnot supports AT commands to read SMS. I have tried to read the SMS from …

0
123

The End.