[email protected] wrote:

>>>>>> BTW: Is there a simple way to get something like
>>>>>> array_merge($_GET, $_POST)["useform"];
>>>>>> in PHP older than 5.4?
>>>>>> Excuse my ignorance, I'm a "plain old C" programmer.
>> 
>> [...]
>> 
>>> fyi array_merge() is available in PHP 4 and PHP 5.
>> 
>> but the member selection as written above is only available in 5.4, if
>> I understand correctly. This enables me to avoid a helper function for
>> $FmtPV.
>
>in which scope do you want to use the value at the specific index?

sorry, I don't understand.

I want a page variable "useform" containing the get _or_ post
parameter "useform". Not so important, though.

Oliver
-- 
Oliver Betz, Muenchen (oliverbetz.de)


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to