|
Posted by Jerry Stuckle on 06/28/07 13:42
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.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
>
No problem with posting here. And CURL is the way to go. See
http://www.php.net/curl.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|