how to conditionally submit a form without a button?
Posted by henry on 06/28/07 03:00
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?