in reply to Re^2: Data Aggregation
in thread Data Aggregation
That is specified by your URL. An HTML form element has a method (POST in your case, so you use the post() method), an action (the url) and a set of inputs, which are handled in your array reference. No further input is needed to do the right thing here.
|
|---|