Syntax
| stats_software_send(softwareID, URL) |
Parameters
| String | softwareID | Optional. ID of the software to track. If not set, the software ID must be defined in the XML configuration file.
| | String | URL | Optional. URL to the PHP script file in charge of processing the tracking information. If not set, the URL must be defined in the XML configuration file. |
Return value
No value is returned.
Description
Call this function at least one time per day to send a hit on the server.
The function will send a maximum of one hit per day to limit the use of bandwidth.
The URL to submit the data is defined in the XML configuration file.
For more information: xmlSettings.js |
|