| 
	
 | 
 Posted by Jerry Stuckle on 06/28/07 03:22 
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. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |