Server commands are issued to PopChart Server via a server command string.
In a URL or HTTP request, the server command string consists of any number of server commands, all joined together in one long and unbroken line. Each command should follow the previous without any sort of interruption (i.e. no semi-colon, period, line-break, etc.).
For example, if we wanted to issue the commands @_FLASH, @_SAVEimage1.swf, @_DONTCACHE, and @_PWpass, we could use the following command string:
@_PWpass@_SAVEimage1.swf@_DONTCACHE@_FLASH
In a server command file, white space is not a problem. You can put commands on separate lines or on the same line. The entire file will be considered to be a server command string.