URL Property
The URL to post information to.
Object Oriented Interface
public function getURL(); public function setURL($value);
Procedural Interface
ipworks_json_get($res, 45 ); ipworks_json_set($res, 45, $value );
Default Value
''
Remarks
This property specifies the web page to post the form data to. It is the same as the value specified by '<FORM ACTION=...>' in HTML forms.
Data Type
String