|
|
You can add your own variables to send with voicefile in two ways:
1. Applet parameters using
1. Declare your variables names in UserPostVariables applet parameter:
Example: <PARAM NAME = "UserPostVariables" VALUE = "Username,Country">
2. Define every variable with it's applet parameter
Example: <PARAM NAME = "Username" VALUE = "Tom"> <PARAM NAME = "Country" VALUE = "Germany">
3. NOTE! Every declared in UserPostVariables parameter variables should have it's own parameter with it's value.
2. Setparameter applet method using
You can call Setparameter (String name, String value) method from javascript and set your variable.
Processing on server
You can process received with voicefile variables in server scripts. For example, this code will print all received variables:
PHP Example:
while(list($key,$val)=each($_POST))
{
AddLogs($errfile,"POST variable received >".$key." = ".$val);
}
Additional Information
Voicefile and all variables are retrieved by server script by POST request
Once you've set up variable you cannot undefine or redefine it.
Any Questions?
Our Support Forum or Knowledgebase/ Helpdesk is the best way for your questions. By this way can we help many user to find a answer on their questions.
Please feel free to contact the conaito Support Team incase of any question.
Copyright © 2008, conaito Technologies - www.conaito.com. All rights reserved.
This help file has been generated by the freeware version of HelpNDoc