Here is what I would like to have happen,
Have basicly a form submitted like this
<form action='send_message1.php?member_id1=68555' method='post' name='former' onsubmit='disb();'>
<input type='text' name='subject' size='30'>
<textarea name='message' rows='5' cols='30' style='width:550; height:300'>
</textarea>
<input type='submit' name='submitm' value='Send Message'>
</form>
the part that is member_id1=68555 would increment by 1 number each time and submit the form then wait 5 seconds and increment by 1 number and send again over and over, is this possible in php?