[pmwiki-devel] Calling CGI from PHP

Simon nzskiwi at gmail.com
Fri Sep 7 23:53:29 CDT 2012


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 <5ko at 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 at pmichaud.com
> http://www.pmichaud.com/**mailman/listinfo/pmwiki-devel<http://www.pmichaud.com/mailman/listinfo/pmwiki-devel>
>



-- 
____
http://kiwiwiki.co.nz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20120908/73764013/attachment.html>


More information about the pmwiki-devel mailing list