Help for this page

Select Code to Download


  1. or download this
    typedef struct foo
    {
    ...
    
    PLAYER astrScoundrels[];
    PTR_PLAYER pstrThisPlayer;
    
  2. or download this
    $Query = new CGI;
    $Value = $Query->param('foo');  #  method call
    
  3. or download this
    $Query = new CGI;
    $Value = $Query.param('foo');  #  method call