[pmwiki-users] Input form, action handler

info at hassanein.ch info at hassanein.ch
Sun Feb 4 15:31:49 CST 2007


Quoting info at hassanein.ch:

> Quoting The Editor <editor at fast.st>:
>
>>>> How can I specify my own action handler by using either (:input.... :)?
>>>
>>> use (:input hidden action myaction:)
>>> and define your action handler in php:
>>>
>>> $HandleActions['myaction']='MyActionHandler';
>>> function MyActionHandler($pagename) { .....
> Thanks very much, this is now working perfect!
I have one more question:
At the end of MyActionHandler, how can I show the page again, where  
the action handler had been called from?

--
Thanks for your help.
Kind regards,
Mike





More information about the pmwiki-users mailing list