FormVarValue Property
This property contains the form variable value for the current request.
Object Oriented Interface
public function getFormVarValue($varindex); public function setFormVarValue($varindex, $value);
Procedural Interface
inpaypal_ipn_get($res, 16 , $varindex); inpaypal_ipn_set($res, 16, $value , $varindex);
Default Value
''
Remarks
This property contains the form variable value for the current request.
The size of the array is controlled by the FormVarCount property.
This property is not available at design time.
Data Type
String