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