|
Posted by bill on 06/28/07 13:07
henry wrote:
> Yes. The form belongs to my cellular provider. I post the question
> here because the web page is written in PHP. Thanks.
>
> On Jun 27, 11:22 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> henry wrote:
>>> Basically, my php script runs on my serve all day along. If the php
>>> script finds something new, I'd like to get an email alert(which is
>>> done) and a cell phone alert, which has to be done through a "post"
>>> form (not through email). Can any one give me some hint on how to do
>>> this: conditionally submit a form without a button?
>>> I guess I need some javascript? Many thanks.
>> Is this your form? If so, I wouldn't even bother using a form - just do
>> it directly from your code.
>>
>> But my impression is that it isn't your form - it belongs to your
>> cellular provider or similar.
>>
>> In that case javascript won't help you (why would you even ask about it
>> in a PHP newsgroup?). You need to check out Curl.
>>
cUrl is the right way to do it, but are you sure your cellular
provider does not also have email submission of text messages ?
mine (Verizon) does.
bill
Navigation:
[Reply to this message]
|