Data are received through variable, transmitted with either GET or POST methods. To enable variable reception with the register_global parameter set to OFF (php.ini), use the following functions:
For POST data:
$nsdpostvars["srcFILENAME"]=array("var1","var2"...);For GET data:
$nsdgetvars["srcFILENAME"]=array("var1","var2"...);srcFILENAME is the source file called by the html get action. Var1, var2, etc are the list of the variable names to enable