Webserver plugin - associate events with action
Posted: Thu Mar 31, 2011 5:10 pm
I am quite new to all the stuff so please correct me if I am wrong. I prepared a webpage where I can send parameters of format "?a1", "?b1",etc.. The first format will be used to trigger a run of a program for a file 1. The problem is that there are 20 of such files that can be run. So I am interested if I have to manualy associate all these events to this action or is there any other way to associate them automatically (ex. if event is of format "?aX" this mean that it is asociaciated with the action run, if "?bY" take some other action..)