We have an epage server for our customers to use; one of them is a fire
department and they would like to have a page setup with check boxes and
send the same message to all who have a check beside there name.  I've
been trying something like the following...
if($shawn ne "") {
    $link = "http://server.net/cgi-bin/epage.cgi?pin=$shawn\&mess=$mess
    print "Location:$link";
}
if($rob ne "") {
    $link = "http://server.net/cgi-bin/epage.cgi?pin=$rob\&mess=$mess
    print "Location:$link";
}

This works if only one checkbox is checked, but if both are checked the
first message gets the message along with Location:http://server.etc
appended to it.  Is there someway to reset the header for the second
message? Or perhaps a better way to proceed all together?

Thanks in advance.

Rob

Good judgement comes from experience, and experience -
well, that comes from poor judgement.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to