[Pmwiki-users] Intercepting $_POST['text']

Patrick R. Michaud pmichaud
Thu May 6 14:43:45 CDT 2004


On Fri, May 07, 2004 at 01:45:16AM -0700, Steven Leite wrote:
> Now the only problem I'm having is getting a hold of the actual text.
> And once I've done that, where do I put it so it will be saved
> permanently?  (eg. variable assignments).
> 
> $pagename is the only variable passed in to the HandlePost function ..
> but I'm not sure exactly
> a) how to obtain 'text'

It's in $_POST['text'].

> b) how to change it and pass those changes to the original HandlePost
> function

Save the changes in $_POST['text'].  :-)

Pm



More information about the pmwiki-users mailing list