A big thanks to Petko and Peter B who got me heading in the right direction.
I've documented this at
http://www.pmwiki.org/wiki/Cookbook/RunCGI

I hope it helps someone else

Simon


On 7 September 2012 19:48, Petko Yotov <5...@5ko.fr> wrote:

> 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
>
>
> ______________________________**_________________
> pmwiki-devel mailing list
> pmwiki-devel@pmichaud.com
> http://www.pmichaud.com/**mailman/listinfo/pmwiki-devel<http://www.pmichaud.com/mailman/listinfo/pmwiki-devel>
>



-- 
____
http://kiwiwiki.co.nz
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to