[pmwiki-devel] Calling CGI from PHP

Petko Yotov 5ko at 5ko.fr
Fri Sep 7 02:48:34 CDT 2012


Petko Yotov writes:
>>   $retval .= 'c' . $output;
>
> For testing purposes, in order to see the array values rather than 'Array',  
> try
>
>   return pre_r($retval);

This was incorrect, sorry. You can use the pre_r() function on all $output  
variables above, not on $retval:

  $retval .= 'c' . pre_r($output);

Petko




More information about the pmwiki-devel mailing list